/**
 * style.less
 * 层叠样式表
 */
/*
*/
.ff
{
    font-family: 'iconfont' !important;
}
body
{
    font-family: 'Microsoft YaHei', 'WenQuanYi Micro Hei', 'PingFang SC', 'Hiragino Sans GB', 'Heiti SC', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-weight: normal;

    color: #333;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
body.fixed
{
    position: fixed;

    overflow: hidden;

    width: 100%;
    height: 100%;
}
body.searchactive
{
    position: fixed;

    overflow: hidden;

    width: 100%;
    height: 100%;
}
@media (min-width: 1360px)
{
    .container
    {
        width: 1330px;
    }
}
@media (min-width: 1500px)
{
    .container
    {
        width: 1470px;
    }
}
@media (max-width: 767px)
{
    .col-xs-6:nth-child(2n+1)
    {
        padding-right: 7.5px;
    }
    .col-xs-6:nth-child(2n)
    {
        padding-left: 7.5px;
    }
}
li,
ol,
ul
{
    list-style: none;
}
a
{
    color: inherit;
}
a:hover,
a:link,
a:visited
{
    text-decoration: none;

    color: inherit;
}
input[type=number]
{
    -moz-appearance: textfield;
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button
{
    margin: 0;

    -webkit-appearance: none;
}
ul
{
    margin: 0;
    padding: 0;
}
button,
input,
textarea
{
    resize: none;

    border: none;
    outline: none;
}
img
{
    border: 0;
}
a
{
    text-decoration: none;

    color: inherit;
}
a:hover
{
    text-decoration: none;

    color: inherit;
}
a:visited,
a:link
{
    text-decoration: none;

    color: inherit;
}
.img-box
{
    position: relative;

    display: block;
    overflow: hidden;

    height: 0;
    padding-bottom: 100%;
}
.img-box img
{
    position: absolute;
    top: 0;
    left: 0;

    display: block;

    width: 100%;
    height: 100%;
}
.img-box img[src=''],
.img-box img:not([src])
{
    opacity: 0;
    border: 0;
}
*[data-type='iframe'],
*[data-fancybox],
.slick-slide:focus,
a:link
{
    outline: none !important;
}
.index-header
{
    position: fixed;
    z-index: 10;
    top: 0;

    width: 100%;
    height: 68px;

    -webkit-transition: all .4s;
            transition: all .4s;

    background-color: #fff;
}
.index-header .logo
{
    position: relative;

    float: left;

    height: 55px;
    margin-top: 2px;

    -webkit-transition: all .4s;
            transition: all .4s;
}
@media (max-width: 1400px)
{
    .index-header .logo
    {
        height: 44px;
        margin-top: 14px;
    }
}
@media (max-width: 375px)
{
    .index-header .logo
    {
        height: 38px;
        margin-top: 15px;
    }
}
.index-header .logo a
{
    display: block;

    height: 100%;
}
.index-header .logo img
{
    display: block;

    height: 100%;
}
.index-header .language
{
    float: right;

    margin-top: 16px;
    margin-left: 10px;
}
@media (max-width: 767px)
{
    .index-header .language
    {
        margin-top: 21px;
        margin-left: 0;
    }
}
.index-header .language ul li
{
    display: inline-block;

    margin-left: 10px;

    -webkit-transition: all .4s;
            transition: all .4s;
}
@media (max-width: 767px)
{
    .index-header .language ul li
    {
        margin-left: 4px;
    }
}
.index-header .language ul li:last-child:after
{
    display: none;
}
.index-header .language ul li a
{
    font-size: 14px;
    line-height: 36px;

    display: inline-block;

    width: 36px;
    height: 36px;

    text-align: center;

    color: #d3d3d3;
    border: 1px solid #e5e5e5;
    border-radius: 50%;
}
@media (max-width: 767px)
{
    .index-header .language ul li a
    {
        font-size: 12px;
        line-height: 26px;

        width: 26px;
        height: 26px;
    }
}
.index-header .language ul li a:hover
{
    color: #274ea7;
}
.index-header .language ul li.active a
{
    color: #fff;
    border-color: #274ea7;
    background-color: #274ea7;
}
.index-header .login-header
{
    display: inline-block;
    float: right;

    margin-top: 16px;
    margin-left: 10px;
}
@media (max-width: 1199px)
{
    .index-header .login-header
    {
        margin-top: 20px;
        margin-right: 24px;
        margin-left: 0;
    }
}
.index-header .login-header a
{
    font-size: 20px;
    line-height: 34px;

    display: inline-block;

    width: 36px;
    height: 36px;

    text-align: center;

    color: #d3d3d3;
    border: 1px solid #e5e5e5;
    border-radius: 50%;
}
@media (max-width: 1199px)
{
    .index-header .login-header a
    {
        font-size: 14px;
        line-height: 24px;

        width: 26px;
        height: 26px;
    }
}
.index-header .login-header a:after
{
    font-family: 'iconfont' !important;
    font-size: 20px;

    content: '\e609';
}
.index-header .login-header-after a
{
    color: #fff;
    border-color: #274ea7;
    background-color: #274ea7;
}
.index-header .registered-header
{
    display: inline-block;
    float: right;

    margin-top: 16px;
    margin-left: 10px;
}
@media (max-width: 1199px)
{
    .index-header .registered-header
    {
        margin-top: 20px;
        margin-right: 20px;
        margin-left: 0;
    }
}
.index-header .registered-header a
{
    font-size: 20px;
    line-height: 34px;

    display: inline-block;

    width: 36px;
    height: 36px;

    text-align: center;

    color: #fff;
    border-color: #274ea7;
    border-radius: 50%;
    background-color: #274ea7;
}
@media (max-width: 1199px)
{
    .index-header .registered-header a
    {
        font-size: 14px;
        line-height: 24px;

        width: 26px;
        height: 26px;
    }
}
.index-header .registered-header a:after
{
    font-family: 'iconfont' !important;
    font-size: 20px;

    content: '\e935';
}
.index-header .pc-search
{
    float: right;

    width: 230px;
    margin-top: 16px;
    margin-left: 25px;

    -webkit-transition: all .4s;
            transition: all .4s;
}
@media (max-width: 1500px)
{
    .index-header .pc-search
    {
        width: 180px;
        margin-left: 10px;
    }
}
@media (max-width: 1350px)
{
    .index-header .pc-search
    {
        width: 150px;
    }
}
@media (max-width: 1199px)
{
    .index-header .pc-search
    {
        display: none;
    }
}
.index-header .pc-search form
{
    position: relative;
}
.index-header .pc-search input
{
    font-size: 14px;
    line-height: 36px;

    width: 100%;
    height: 36px;
    padding: 0 40px 0 14px;

    border: 1px solid #e5e5e5;
    border-radius: 30px;
}
.index-header .pc-search input::-webkit-input-placeholder,
.index-header .pc-search textarea::-webkit-input-placeholder
{
    color: #d3d3d3;
}
.index-header .pc-search input:-o-placeholder,
.index-header .pc-search textarea:-o-placeholder
{
    color: #d3d3d3;
}
.index-header .pc-search input::-moz-placeholder,
.index-header .pc-search textarea::-moz-placeholder
{
    color: #d3d3d3;
}
.index-header .pc-search input:-ms-input-placeholder,
.index-header .pc-search textarea:-ms-input-placeholder
{
    color: #d3d3d3;
}
.index-header .pc-search input:focus::-webkit-input-placeholder,
.index-header .pc-search textarea:focus::-webkit-input-placeholder
{
    color: #c5c5c5;
}
.index-header .pc-search input:focus::-o-placeholder,
.index-header .pc-search textarea:focus::-o-placeholder
{
    color: #c5c5c5;
}
.index-header .pc-search input:focus::-moz-placeholder,
.index-header .pc-search textarea:focus::-moz-placeholder
{
    color: #c5c5c5;
}
.index-header .pc-search input:focus::-ms-input-placeholder,
.index-header .pc-search textarea:focus::-ms-input-placeholder
{
    color: #c5c5c5;
}
.index-header .pc-search .submit
{
    font-size: 20px;
    line-height: 34px;

    position: absolute;
    top: 0;
    right: 10px;

    padding: 0;

    -webkit-transition: all .4s;
            transition: all .4s;

    color: #000;
    outline: none;
    background: none;
}
.index-header .pc-search .submit:after
{
    font-family: 'iconfont' !important;

    content: '\e660';
}
.index-header .pc-search .submit:hover
{
    color: #274ea7;
}
.index-header .nav-collapse
{
    position: relative;
    z-index: 10;

    display: none;
    float: right;

    width: 40px;
    height: 40px;
    margin-left: 10px;
    padding: 0;

    cursor: pointer;

    background: none;
}
@media (max-width: 1199px)
{
    .index-header .nav-collapse
    {
        display: block;

        margin-top: 10px;
    }
    .index-header .nav-collapse.nav-collapse-1
    {
        position: absolute;
        z-index: 9999;
        top: 15px;
        right: 20px;

        display: block;

        margin-top: 10px;

        border: none;
    }
    .index-header .nav-collapse.nav-collapse-1 .btn-line
    {
        background-color: #fff !important;
    }
}
@media (max-width: 767px)
{
    .index-header .nav-collapse
    {
        position: absolute;
        top: 15px;
        right: 0;

        margin-top: 0;

        border: none;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px)
{
    .index-header .nav-collapse.nav-collapse-xs:hover .btn-line
    {
        background-color: #000;
    }
}
.index-header .nav-collapse .btn-line
{
    position: absolute;
    left: 50%;

    width: 20px;
    height: 2px;

    -webkit-transition: all .5s ease;
            transition: all .5s ease;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);

    background-color: #666;
}
.index-header .nav-collapse .btn-line:nth-child(3),
.index-header .nav-collapse .btn-line:nth-child(1)
{
    position: absolute;

    display: block;

    width: 20px;
    height: 2px;

    content: '';
    -webkit-transition: all .5s ease;
            transition: all .5s ease;

    background-color: #666;
}
.index-header .nav-collapse .btn-line:nth-child(1)
{
    top: 35%;
}
.index-header .nav-collapse .btn-line:nth-child(2)
{
    top: 50%;
}
.index-header .nav-collapse .btn-line:nth-child(3)
{
    top: 65%;
}
.index-header .nav-collapse.active
{
    border-color: transparent;
}
.index-header .nav-collapse.active .btn-line
{
    background-color: #fff;
}
.index-header .nav-collapse.active .btn-line:nth-child(2)
{
    -webkit-transform: translateX(-50px);
        -ms-transform: translateX(-50px);
            transform: translateX(-50px);

    opacity: 0;
}
.index-header .nav-collapse.active .btn-line:nth-child(1)
{
    top: 50%;
    left: 50%;

    -webkit-transform: translateX(-50%) rotateZ(45deg);
        -ms-transform: translateX(-50%) rotate(45deg);
            transform: translateX(-50%) rotateZ(45deg);
}
.index-header .nav-collapse.active .btn-line:nth-child(3)
{
    top: 50%;
    left: 50%;

    -webkit-transform: translateX(-50%) rotateZ(-45deg);
        -ms-transform: translateX(-50%) rotate(-45deg);
            transform: translateX(-50%) rotateZ(-45deg);
}
@media (min-width: 1200px)
{
    .index-header .nav
    {
        float: right;
    }
}
@media (max-width: 1199px)
{
    .index-header .nav
    {
        position: fixed;
        z-index: 9998;
        top: 0;
        left: 0;

        display: none;

        width: 100%;
        height: 100%;
        padding: 0 50px;

        -webkit-transition: left .3s;
                transition: left .3s;
        text-align: left;
        text-align: center;

        background: #fafafa;
        background-color: rgba(0, 0, 0, .9);
    }
    .index-header .nav .tbl
    {
        display: table;

        width: 100%;
        height: 100%;
    }
    .index-header .nav .tbl-cell
    {
        display: table-cell;

        height: 100%;

        vertical-align: middle;
    }
}
@media (max-width: 767px)
{
    .index-header .nav
    {
        width: 100%;
        padding: 30px;
    }
}
.index-header .nav.left-100
{
    left: -100%;
}
.index-header .nav.left-200
{
    left: -200%;
}
@media (min-width: 1200px)
{
    .index-header .nav .nav-list1 > li
    {
        position: relative;

        float: left;
    }
    .index-header .nav .nav-list1 > li > a
    {
        font-size: 16px;
        line-height: 68px;

        position: relative;
        z-index: 2;

        display: inline-block;

        padding: 0 25px;

        -webkit-transition: all .4s;
                transition: all .4s;
    }
    .index-header .nav .nav-list1 > li:hover a,
    .index-header .nav .nav-list1 > li.active a
    {
        color: #274ea7;
    }
    .index-header .nav .nav-list1 > li:hover a:before,
    .index-header .nav .nav-list1 > li.active a:before
    {
        width: 100%;
    }
    .index-header .nav .nav-list1 .nav-list2
    {
        position: absolute;
        z-index: 10;
        top: 100%;
        left: 0;

        display: none;
        overflow: hidden;

        min-width: 100%;
        padding: 20px 0;

        text-align: center;

        background-color: rgba(255, 255, 255, .8);
        box-shadow: 0 0 10px rgba(0, 0, 0, .15);
    }
    .index-header .nav .nav-list1 .nav-list2 li
    {
        position: relative;

        display: inline-block;

        list-style: none;
    }
    .index-header .nav .nav-list1 .nav-list2 li > a
    {
        font-size: 14px;
        line-height: 30px;

        position: relative;
        z-index: 1;

        display: block;

        padding: 0 14px;

        -webkit-transition: -webkit-transform .6s ease;
                transition: -webkit-transform .6s ease;
                transition:         transform .6s ease;
                transition:         transform .6s ease, -webkit-transform .6s ease;

        color: #333;
    }
    .index-header .nav .nav-list1 .nav-list2 li > a:hover
    {
        color: #0a3598;
    }
    .index-header .nav .nav-list1 .nav-list2 li img
    {
        max-width: 400px;
    }
}
@media (min-width: 1200px) and (max-width: 1400px)
{
    .index-header .nav .nav-list1 > li > a
    {
        font-size: 15px;

        padding: 0 18px;
    }
}
@media (max-width: 1199px)
{
    .index-header .nav .nav-list1
    {
        margin: 20px 0;

        opacity: 0;
    }
    .index-header .nav .nav-list1 > li
    {
        -webkit-transform: translateY(-25px);
            -ms-transform: translateY(-25px);
                transform: translateY(-25px);

        opacity: 0;
    }
    .index-header .nav .nav-list1 > a
    {
        font-size: 20px;

        color: #fff;
    }
}
.index-header .nav-2,
.index-header .nav-3
{
    display: none;
}
@media (max-width: 1199px)
{
    .index-header .nav-2,
    .index-header .nav-3
    {
        position: absolute;
        z-index: 9999;
        top: 0;

        display: block;
        overflow: hidden;

        width: 100%;
        height: 100%;
        padding: 20px;

        -webkit-transition: left .3s;
                transition: left .3s;
        text-align: left;
        text-align: center;

        color: #fff;
        background: #fafafa;
        background-color: rgba(0, 0, 0, .9);
    }
}
.index-header .nav-2 .nav-top,
.index-header .nav-3 .nav-top
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
            justify-content: space-between;
}
.index-header .nav-2 .nav-top .back-btn:before,
.index-header .nav-3 .nav-top .back-btn:before
{
    font-family: 'iconfont';
    font-size: 26px;

    content: '\e9b5';
}
.index-header .nav-2 .nav-top h2,
.index-header .nav-3 .nav-top h2
{
    font-size: 30px;

    margin: 0;

    text-transform: uppercase;
}
@media (max-width: 767px)
{
    .index-header .nav-2 .nav-top h2,
    .index-header .nav-3 .nav-top h2
    {
        font-size: 20px;

        width: 100%;
    }
}
.index-header .nav-2 .nav-top .nav-collapse-2,
.index-header .nav-3 .nav-top .nav-collapse-2
{
    margin: 0;
}
.index-header .nav-2 .nav-top .nav-collapse-2 .btn-line,
.index-header .nav-3 .nav-top .nav-collapse-2 .btn-line
{
    background-color: #fff;
}
.index-header .nav-2 .content,
.index-header .nav-3 .content
{
    overflow: auto;

    height: 80%;
    margin-top: 12%;
}
@media (max-width: 767px)
{
    .index-header .nav-2 .content ul,
    .index-header .nav-3 .content ul
    {
        padding: 0 15px;
    }
}
.index-header .nav-2 .content ul li,
.index-header .nav-3 .content ul li
{
    font-size: 20px;
    line-height: 50px;

    margin: 25px 0;

    text-align: left;
}
@media (max-width: 767px)
{
    .index-header .nav-2 .content ul li,
    .index-header .nav-3 .content ul li
    {
        margin: 0;
    }
}
.index-header .nav-2 .content ul li.more,
.index-header .nav-3 .content ul li.more
{
    position: relative;
}
.index-header .nav-2 .content ul li.more:after,
.index-header .nav-3 .content ul li.more:after
{
    font-family: 'iconfont' !important;
    font-size: 16px;

    position: absolute;
    top: 50%;
    right: 0;

    content: '\e72f';
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);

    color: #fff;
}
.index-header .nav-2 .content ul li a,
.index-header .nav-3 .content ul li a
{
    display: block;
}
.index-header .nav-2
{
    left: 100%;
}
.index-header .nav-3
{
    left: 200%;
}
.index-header .nav-3 .content ul li
{
    font-size: 19px;
}
.index-header .fade-out ul
{
    text-align: left;
}
@media only screen and (min-width: 768px) and (max-width: 1199px)
{
    .index-header .fade-out ul
    {
        padding: 0 5%;
    }
}
@media (max-width: 1199px)
{
    .index-header .fade-out ul .pic
    {
        display: none !important;
    }
}
@media (max-width: 1199px)
{
    .index-header .fade-out ul.nav-list1
    {
        opacity: 1;
    }
    .index-header .fade-out ul.nav-list1 a
    {
        color: #fff;
    }
    .index-header .fade-out ul.nav-list1 > li
    {
        position: relative;

        margin: 20px 0;
    }
    .index-header .fade-out ul.nav-list1 > li.act
    {
        -webkit-transition: all .4s;
                transition: all .4s;
        -webkit-transform: translateY(0);
            -ms-transform: translateY(0);
                transform: translateY(0);

        opacity: 1;
    }
    .index-header .fade-out ul.nav-list1 > li.more:after
    {
        font-family: 'iconfont';
        font-size: 18px;

        position: absolute;
        top: 50%;
        right: 0;

        margin-top: -14px;

        content: '\e72f';

        color: #fff;
    }
    .index-header .fade-out ul.nav-list1 > li > a
    {
        font-size: 22px;
        line-height: 2.5;

        display: block;

        text-transform: uppercase;
    }
    .index-header .fade-out ul.nav-list1 .nav-list2
    {
        display: none;
    }
    .index-header .fade-out ul.nav-list1 .nav-list2 > li > a
    {
        font-size: 20px;
    }
}
@media (max-width: 1199px) and (max-width: 767px)
{
    .index-header .fade-out ul.nav-list1 > li
    {
        margin: 0;
    }
}
@media (max-width: 1199px) and (max-height: 768px)
{
    .index-header .fade-out ul.nav-list1 .nav-list2 > li > a
    {
        font-size: 18px;
    }
}
@media (max-width: 1199px) and (max-width: 480px)
{
    .index-header .fade-out ul.nav-list1 .nav-list2 > li > a
    {
        font-size: 14px;
    }
}
.index-header .fade-out ul.nav2-list2 h4
{
    font-size: 20px;
    line-height: 50px;
}
.index-header .search-box
{
    position: fixed;
    z-index: 888;
    top: 100%;
    left: 0;

    display: none;
    overflow: hidden;

    width: 100%;
    height: 100%;
    margin-top: 20px;
    margin-top: 0;
    margin-right: 10px;
    padding: 0 3%;

    background-color: rgba(0, 0, 0, .9);
}
.index-header .search-box .search
{
    line-height: 40px;

    overflow: hidden;
    zoom: 1;

    width: 240px;

    border: 1px solid #dbdbdb;
    border-radius: 40px;
}
.index-header .search-box .search:after
{
    display: block;
    visibility: hidden;
    clear: both;

    height: 0;

    content: '';
}
.index-header .search-box .input-text
{
    float: left;

    height: 38px;
    padding-left: 10%;

    background: none;
}
@media (min-width: 768px)
{
    .index-header .search-box .input-text
    {
        width: 100%;
        padding: 0 50px 0 3%;
    }
}
.index-header .search-box .input-submit
{
    line-height: 36px;

    float: right;

    width: 50px;

    -webkit-animation: fadeInLeft 1s 0s ease both;
            animation: fadeInLeft 1s 0s ease both;

    background: none;
}
.index-header .search-box .input-submit:before
{
    font-family: 'iconfont' !important;
    font-size: 22px;

    content: '\e660';

    color: #fff;
}
@media (min-width: 768px)
{
    .index-header .search-box .input-submit
    {
        position: absolute;
        right: 0;
        bottom: 20px;
    }
}
.index-header .search-box.search-xs
{
    width: 100%;
    margin: 0;

    border-right: 30px solid transparent;
    border-left: 30px solid transparent;
    background: none;
}
@media (min-width: 1200px)
{
    .index-header .search-box.search-xs
    {
        display: none;
    }
}
@media (max-width: 1199px)
{
    .index-header .search-box.search-xs
    {
        position: absolute;
        z-index: 0;
        top: auto;
        right: 0;
        bottom: 0;
        bottom: 30px;

        display: inline-block;

        height: 34px;
    }
}
.index-header .search-box.search-xs.show
{
    z-index: 66;
}
.index-header .search-box.search-xs.show .search
{
    left: 0;
}
.index-header .search-box.search-xs .search
{
    position: absolute;
    z-index: 888;
    top: 0;
    left: 120%;

    width: 100%;

    -webkit-transition: left .3s;
            transition: left .3s;

    border-color: #fff;
    background: #fff;
}
@media (max-width: 360px)
{
    .index-header .search-box.search-xs form .input-text
    {
        width: 74%;
    }
}
@media (max-width: 767px)
{
    .index-header .search-box.search-xs form .input-text
    {
        padding-left: 5%;
    }
}
.index-header .search-box.search-xs .input-submit
{
    line-height: 34px;

    background: #fff;
}
.index-header .search-box.search-xs .input-submit:before
{
    color: #104384;
}
.index-header .search-icon
{
    position: absolute;
    z-index: 10;
    top: 18px;
    left: 15px;

    display: inline-block;

    cursor: pointer;
}
.index-header .search-icon:before
{
    font-family: 'iconfont' !important;
    font-size: 18px;

    content: '\e660';

    color: #274ea7;
}
.index-header .search-lg
{
    top: 0;
}
.index-header .search-lg .logo
{
    margin-top: 20px;
    margin-left: 0;
}
.index-header .search-lg .search
{
    position: absolute;
    top: 50%;
    right: 0;
    left: 0;

    width: 100%;
    max-width: 90%;
    margin: auto;
    padding: 0 10px;

    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);

    border: none;
    border-bottom: 1px solid rgba(255, 255, 255, .8);
    border-radius: 0;
}
.index-header .search-lg .search p
{
    margin-bottom: 50px;

    -webkit-animation: zoomIn 1s 0s ease both;
            animation: zoomIn 1s 0s ease both;
    text-align: center;
    letter-spacing: 2px;

    color: #fff;
}
.index-header .search-lg .input-text
{
    font-size: 20px;
    line-height: 30px;

    width: 80%;
    height: 60px;
    padding: 0;
    padding-bottom: 30px;

    -webkit-animation: zoomIn 1s 0s ease both;
            animation: zoomIn 1s 0s ease both;
    text-align: center;

    color: #fff;
}
.index-header .search-lg .close-btn
{
    position: fixed;
    top: 34px;
    right: 18%;

    cursor: pointer;
}
@media (max-width: 1440px)
{
    .index-header .search-lg .close-btn
    {
        right: 8%;
    }
}
.index-header .search-lg .close-btn:before
{
    font-size: 20px;

    content: '\2716';

    color: #fff;
}
.index-header .find
{
    line-height: 70px;

    display: inline-block;
    display: none;
    float: right;

    margin-right: 30px;
    margin-left: 10px;

    cursor: pointer;
    -webkit-transition: all .4s;
            transition: all .4s;
    text-align: center;

    color: #666;
}
@media (max-width: 1199px)
{
    .index-header .find
    {
        display: block;

        margin-right: 10px;
    }
}
@media (max-width: 375px)
{
    .index-header .find
    {
        margin-right: 10px;
    }
}
.index-header .find:before
{
    font-family: 'iconfont';
    font-size: 20px;

    float: left;

    content: '\e660';
}
.index-header .find:hover
{
    color: #274ea7;
}
.online
{
    position: fixed;
    z-index: 9;
    right: 15px;

    width: 45px;

    -webkit-transition: all .6s ease;
            transition: all .6s ease;
}
@media (max-width: 1440px)
{
    .online
    {
        right: 5px;
    }
}
@media (min-width: 992px)
{
    .online
    {
        top: 40%;
    }
}
@media (max-width: 991px)
{
    .online
    {
        bottom: -380px;
    }
}
.online.active
{
    right: 5px;
    bottom: 80px;
}
.online a
{
    line-height: 50px;

    position: relative;

    display: block;

    width: 50px;
    height: 50px;
    margin-top: 2px;

    cursor: pointer;
    text-align: center;
    text-decoration: none;

    background-color: rgba(0, 0, 0, .7);
}
@media (max-width: 1560px)
{
    .online a
    {
        line-height: 40px;

        width: 40px;
        height: 40px;
    }
}
.online a:after
{
    font-family: 'iconfont';
    font-size: 20px;

    content: '\e621';

    color: #fff;
}
.online a:hover
{
    background-color: #15ad0d;
}
.online a.online-email:after
{
    content: '\e61f';
}
.online a.online-email:hover
{
    background-color: #765099;
}
.online a.online-qq:after
{
    content: '\e62d';
}
.online a.online-qq:hover
{
    background-color: #3b589b;
}
.online a.online-tel:after
{
    content: '\e61c';
}
.online a.online-tel:hover
{
    background-color: #00affb;
}
.online a.online-weixin:after
{
    content: '\e604';
}
.online a.online-weixin:hover
{
    background-color: #33d055;
}
.online a.online-wechat:after
{
    font-size: 22px;

    content: '\e604';
}
.online a.online-wechat:hover
{
    background-color: #33d055;
}
.online a.online-top:after
{
    content: '\e605';
}
.online a.online-top:hover
{
    background-color: #000;
}
.online a.online-tel p,
.online a.online-whatsapp p
{
    line-height: 50px;

    position: absolute;
    top: 0;
    right: 54px;

    display: none;

    width: 160px;
    height: 50px;

    text-align: center;

    background-color: #fff;
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, .12);
}
.online a.online-wechat .erweima,
.online a.online-weixin .erweima
{
    position: absolute;
    z-index: 999;
    top: 0;
    right: 54px;

    display: block;
    display: none;

    width: 130px;
    height: 160px;
    padding: 5px;

    background-color: #fff;
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, .12);
}
.online a.online-wechat .erweima img,
.online a.online-weixin .erweima img
{
    width: 100%;
}
.online a.online-wechat .erweima p,
.online a.online-weixin .erweima p
{
    font-size: 13px;
    line-height: 30px;

    height: auto;
    margin: 0;
    padding: 0;

    text-align: center;

    color: #888;
}
.icon-online
{
    font-size: 30px;
    line-height: 46px;

    position: fixed;
    z-index: 9;
    right: 5px;
    bottom: 20px;

    display: none;

    width: 46px;
    height: 46px;

    -webkit-transition: all .4s ease;
            transition: all .4s ease;
    text-align: center;

    color: #fff;
    border-radius: 50%;
    background-color: #274ea7;
}
@media (max-width: 991px)
{
    .icon-online
    {
        display: block;
    }
}
.icon-online.icon
{
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
}
.banner
{
    font-size: 0;

    position: relative;

    overflow: hidden;

    width: 100%;
    margin-top: 68px;
}
@media (max-width: 1199px)
{
    .banner .slickbanner
    {
        width: 100%;
        max-width: 100%;
        margin-left: 0;
    }
}
@media (max-width: 991px)
{
    .banner .slickbanner
    {
        width: 120%;
        max-width: 120%;
        margin-left: -10%;
    }
}
.banner .slick-arrow
{
    position: absolute;
    z-index: 9;
    top: 50%;
    left: 30px;

    padding: 0;

    cursor: pointer;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);

    opacity: 1;
    background: none;
}
@media (max-width: 991px)
{
    .banner .slick-arrow
    {
        left: 10%;
    }
}
.banner .slick-arrow:before
{
    font-family: 'iconfont' !important;
    font-size: 20px;
    line-height: 40px;

    display: block;

    width: 40px;
    height: 40px;

    content: '\e601';
    -webkit-transition: all .2s;
            transition: all .2s;

    color: #707071;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, .7);
}
.banner .slick-arrow.slick-next
{
    right: 30px;
    left: auto;
}
@media (max-width: 991px)
{
    .banner .slick-arrow.slick-next
    {
        right: 10%;
    }
}
.banner .slick-arrow.slick-next:before
{
    content: '\e827';
}
.banner .slick-arrow:hover:before
{
    color: #fff;
    background-color: #274ea7;
}
.banner .slick-dots
{
    position: absolute;
    bottom: 30px;

    width: 100%;

    text-align: center;
}
@media (max-width: 1199px)
{
    .banner .slick-dots
    {
        text-align: center;
    }
}
@media (max-width: 767px)
{
    .banner .slick-dots
    {
        bottom: 12px;

        display: none;
    }
}
.banner .slick-dots li
{
    position: relative;

    display: inline-block;

    width: 8px;
    height: 8px;
    margin: 0 6px;

    cursor: pointer;

    border: 1px solid #fff;
    border-radius: 50%;
    background-color: #fff;
}
.banner .slick-dots li.slick-active
{
    background: none;
}
.banner .slick-dots li button
{
    display: none;
}
.banner img
{
    display: block;

    width: 100%;
}
.banner .img-box
{
    padding-bottom: 33%;
}
.banner .text
{
    position: absolute;
    z-index: 9;
    top: 50%;
    left: 50%;

    width: 100%;
    max-width: 635px;

    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
}
@media (max-width: 1500px)
{
    .banner .text
    {
        max-width: 500px;
    }
}
@media (max-width: 991px)
{
    .banner .text
    {
        max-width: 400px;
    }
}
@media (max-width: 767px)
{
    .banner .text
    {
        max-width: 280px;
    }
}
.banner .text .img-box
{
    padding-bottom: 100%;
}
.banner .text:before
{
    position: absolute;
    top: 0;
    left: 0;

    display: block;

    width: 100%;
    height: 100%;

    content: '';
    -webkit-animation: rotatefresh 5s infinite linear;
            animation: rotatefresh 5s infinite linear;

    background: url(../images/banner-textbg.png) no-repeat;
    background-size: cover;
}
.banner .text .note
{
    position: absolute;
    top: 50%;

    width: 100%;

    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    text-align: center;
}
.banner .text .note img
{
    position: relative;

    display: block;

    width: 300px;
    height: auto;
    margin: 0 auto;
    margin-bottom: 20px;
}
@media (max-width: 991px)
{
    .banner .text .note img
    {
        width: 200px;
    }
}
@media (max-width: 767px)
{
    .banner .text .note img
    {
        width: 130px;
        margin-bottom: 10px;
    }
}
.banner .text .note p
{
    font-size: 20px;
    line-height: 1.8;

    margin: 0;

    color: #fff;
}
@media (max-width: 991px)
{
    .banner .text .note p
    {
        font-size: 15px;
    }
}
@media (max-width: 767px)
{
    .banner .text .note p
    {
        font-size: 12px;

        max-width: 160px;
        margin: 0 auto;
    }
}
.banner-in
{
    margin: 0;
    padding: 0;
}
@media (max-width: 1199px)
{
    .banner-in
    {
        margin: 0;
    }
}
@media (max-width: 767px)
{
    .banner-in .slickbanner
    {
        width: 120%;
        max-width: 120%;
        margin-left: -10%;
    }
}
.banner-in .img-box
{
    padding-bottom: 44.42708333%;
}
.banner-contact .img-box
{
    padding-bottom: 18.22916667%;
}
@-webkit-keyframes rotatefresh
{
    from
    {
        -webkit-transform: rotate(0deg);
                transform: rotate(0deg);
    }
    to
    {
        -webkit-transition: all 1s;
                transition: all 1s;
        -webkit-transform: rotate(360deg);
                transform: rotate(360deg);
    }
}
@keyframes rotatefresh
{
    from
    {
        -webkit-transform: rotate(0deg);
                transform: rotate(0deg);
    }
    to
    {
        -webkit-transition: all 1s;
                transition: all 1s;
        -webkit-transform: rotate(360deg);
                transform: rotate(360deg);
    }
}
.title h2
{
    font-size: 26px;
    font-weight: bold;

    position: relative;

    display: inline-block;

    margin: 0;
}
@media (max-width: 991px)
{
    .title h2
    {
        font-size: 22px;
    }
}
.title h2:after
{
    display: block;

    width: 104px;
    height: 4px;
    margin-top: 14px;

    content: '';

    background-color: #1e2127;
}
.title h2:before
{
    position: absolute;
    bottom: 0;
    left: 0;

    display: inline-block;

    width: 50%;
    height: 4px;

    content: '';

    background-color: #274ea7;
}
.title h2 span
{
    color: #274ea7;
}
.title a.more
{
    line-height: 2;

    display: inline-block;
    float: right;

    color: #666;
}
.title a.more:hover
{
    color: #274ea7;
}
.content
{
    position: relative;
    z-index: 9;
}
.box-news
{
    overflow: hidden;
}
.box-news .slick-slide
{
    padding: 60px 8px 30px;
}
.box-news .item
{
    display: block;

    -webkit-transition: all .6s;
            transition: all .6s;
}
.box-news .item .img-box
{
    padding-bottom: 51.35135135%;
}
.box-news .item .img-box img
{
    -webkit-transition: all 1s;
            transition: all 1s;
}
.box-news .item .note
{
    padding: 14px 0;
}
.box-news .item .note:after
{
    display: block;

    width: 0;
    height: 1px;

    content: '';
    -webkit-transition: all .6s;
            transition: all .6s;

    background-color: #274ea7;
}
.box-news .item .note p
{
    line-height: 22px;

    display: -webkit-box;
    overflow: hidden;

    height: 44px;
    margin: 0;

    -webkit-transition: all .2s;
            transition: all .2s;

    color: #999;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.box-news .item .note p span
{
    color: #274ea7;
}
@media (min-width: 992px)
{
    .box-news .item:hover
    {
        -webkit-transform: translateY(-20px);
            -ms-transform: translateY(-20px);
                transform: translateY(-20px);
    }
    .box-news .item:hover .img-box img
    {
        -webkit-transform: scale(1.1);
            -ms-transform: scale(1.1);
                transform: scale(1.1);
    }
    .box-news .item:hover .note:after
    {
        width: 100%;
    }
    .box-news .item:hover .note p
    {
        color: #274ea7;
    }
}
.footer
{
    overflow: hidden;

    background-color: #faf9f9;
}
.footer .left
{
    float: left;

    width: 54%;
    padding: 40px 0;
}
@media (max-width: 1500px)
{
    .footer .left
    {
        width: 50%;
    }
}
@media (max-width: 1199px)
{
    .footer .left
    {
        width: 100%;
    }
}
.footer .left ul
{
    font-size: 0;
}
.footer .left ul li
{
    display: inline-block;

    width: 20%;
    min-height: 240px;

    text-align: center;
    vertical-align: top;

    border-right: 1px solid #e2e2e2;
}
@media (max-width: 1500px)
{
    .footer .left ul li
    {
        width: 19%;
    }
    .footer .left ul li:last-child
    {
        width: 24%;
    }
}
@media (max-width: 767px)
{
    .footer .left ul li
    {
        width: 33.33333333%;
        min-height: 180px;
        margin: 10px 0;
        padding: 0 15px;
    }
    .footer .left ul li:last-child
    {
        width: 66.66666667%;

        border-right: none;
    }
    .footer .left ul li:nth-child(3)
    {
        border-right: none;
    }
}
.footer .left .item
{
    display: inline-block;

    text-align: left;
}
@media (max-width: 767px)
{
    .footer .left .item
    {
        display: block;
    }
}
.footer .left .item b
{
    font-size: 16px;
    line-height: 30px;

    display: block;

    margin-bottom: 14px;
}
.footer .left .item b a
{
    display: block;
}
.footer .left .item .item-nav a
{
    font-size: 14px;
    line-height: 30px;

    display: block;

    color: #aaa9a9;
}
.footer .left .item .item-nav a:hover
{
    color: #274ea7;
}
.footer .right
{
    float: left;

    width: 46%;
    margin-top: 40px;
    padding-left: 20px;
}
@media (max-width: 1500px)
{
    .footer .right
    {
        width: 50%;
        padding-left: 10px;
    }
}
@media (max-width: 1199px)
{
    .footer .right
    {
        width: 100%;
        margin-top: 30px;
        padding-left: 0;
    }
}
@media (max-width: 767px)
{
    .footer .right
    {
        margin-top: 0;
    }
}
.footer .right .title-map b
{
    font-size: 16px;
    font-weight: normal;
    line-height: 30px;

    display: block;
}
.footer .right .mapbox
{
    position: relative;

    margin-top: 20px;
    padding-left: 270px;
}
@media (max-width: 767px)
{
    .footer .right .mapbox
    {
        padding-left: 0;
    }
}
.footer .right .mapbox .link
{
    position: absolute;
    z-index: 2;
    top: 210px;
    left: 0;
}
.footer .right .mapbox .link a
{
    font-size: 16px;
    line-height: 35px;

    display: inline-block;

    padding: 0 10px;

    -webkit-transition: all .2s;
            transition: all .2s;

    color: #fff;
    background-color: #274ea7;
}
.footer .right .mapbox .link a:hover
{
    background-color: #0a3598;
}
.footer .right .mapbox ul.map-sort
{
    position: absolute;
    top: 0;
    left: 0;

    width: 254px;
    height: 276px;
}
@media (max-width: 767px)
{
    .footer .right .mapbox ul.map-sort
    {
        position: relative;
    }
}
.footer .right .mapbox ul.map-sort .tt
{
    position: absolute;
    z-index: 2;

    cursor: pointer;
}
.footer .right .mapbox ul.map-sort .tt p
{
    font-size: 12px;
    line-height: 20px;

    margin: 0;

    text-align: center;
}
.footer .right .mapbox ul.map-sort .tt p:before
{
    font-family: 'iconfont' !important;
    font-size: 20px;

    display: block;

    content: '\e62c';

    color: #ea5317;
}
.footer .right .mapbox ul.map-sort .pic
{
    position: absolute;
    top: 0;
    left: 0;

    -webkit-transition: all .2s;
            transition: all .2s;

    opacity: 0;
}
.footer .right .mapbox ul.map-sort .db .tt
{
    top: 15px;
    left: 180px;
}
.footer .right .mapbox ul.map-sort .xb .tt
{
    top: 70px;
    left: 44px;
}
.footer .right .mapbox ul.map-sort .hb .tt
{
    top: 68px;
    left: 140px;
}
.footer .right .mapbox ul.map-sort .xn .tt
{
    top: 146px;
    left: 90px;
}
.footer .right .mapbox ul.map-sort .hz .tt
{
    top: 130px;
    left: 140px;
}
.footer .right .mapbox ul.map-sort .hn .tt
{
    top: 170px;
    left: 138px;
}
.footer .right .mapbox ul.map-sort .hd .tt
{
    top: 110px;
    left: 180px;
}
.footer .right .mapbox ul.map-sort .active .tt
{
    opacity: 0;
}
.footer .right .mapbox ul.map-sort .active .pic
{
    opacity: 1;
}
.footer .right .mapbox .list
{
    margin-bottom: 20px;
}
.footer .right .mapbox .list b
{
    font-size: 14px;
    line-height: 30px;

    display: block;

    color: #274ea7;
}
.footer .right .mapbox .list b:before
{
    font-family: 'iconfont' !important;
    font-size: 18px;
    font-weight: normal;

    float: left;

    margin-right: 10px;

    content: '\e62c';
}
.footer .right .mapbox .list .note
{
    overflow-y: auto;

    height: 210px;
}
.footer .right .mapbox .list .note::-webkit-scrollbar
{
    position: absolute;
    left: 0;

    width: 10px;
}
.footer .right .mapbox .list .note::-webkit-scrollbar-track
{
    background-color: #edebeb;
}
.footer .right .mapbox .list .note::-webkit-scrollbar-thumb
{
    background-color: #dcd9d9;
}
.footer .right .mapbox .list .note .item
{
    margin-bottom: 10px;
}
.footer .right .mapbox .list .note p
{
    line-height: 30px;

    margin: 0;

    color: #a09f9f;
}
.footer .right .mapbox .list .note span
{
    position: relative;

    display: inline-block;

    margin-right: 10px;
    padding-left: 20px;
}
.footer .right .mapbox .list .note span:before
{
    font-family: 'iconfont' !important;
    font-size: 18px;

    position: absolute;
    left: 0;

    content: '\e625';
}
.footer .right .mapbox .list .note span.email:before
{
    font-size: 16px;

    content: '\e61a';
}
.copyright
{
    overflow: hidden;

    padding: 40px 0;

    background-color: #3E3E3E;
}
.copyright p
{
    color: #fff;
}
.copyright a
{
    color: #fff;
	padding: 0 10px 0 0px;
}
@media (max-width: 767px)
{
    .copyright
    {
        padding: 20px 0;
    }
}
.copyright .left
{
    display: inline-block;
}
.copyright .left p
{
    line-height: 1.71428571;

    margin: 0;

    color: #fff;
}
.copyright .left a
{
    line-height: 30px;

    display: inline-block;

    margin-top: 18px;

    color: #fff;
}
@media (max-width: 767px)
{
    .copyright .left a
    {
        margin-top: 8px;
    }
}
.copyright .left a:hover
{
    color: #EA5317;
}
.copyright .left a:after
{
    margin: 0 16px;

    content: '|';
}
.copyright .left a:last-child:after
{
    display: none;
}
.copyright .right
{
    display: inline-block;
    float: right;

    text-align: right;
}
@media (max-width: 767px)
{
    .copyright .right
    {
        display: block;
        float: none;

        margin-top: 10px;

        text-align: left;
    }
}
.copyright .right .share a
{
    line-height: 24px;

    display: inline-block;
    float: none;

    width: 24px;
    height: 24px;
    margin: 0;
    margin-left: 8px;
    padding: 0;

    text-align: center;

    background: none;
}
@media (max-width: 767px)
{
    .copyright .right .share a
    {
        margin-right: 8px;
        margin-left: 0;
    }
}
.copyright .right .share a:before
{
    font-family: 'iconfont' !important;
    font-size: 24px;

    content: '\e667';
    -webkit-transition: all .2s;
            transition: all .2s;

    color: #375baa;
}
.copyright .right .share a.bds_sqq:before
{
    content: '\e63b';
}
.copyright .right .share a.bds_weixin:before
{
    font-size: 21px;

    content: '\e626';
}
.copyright .right .share a.bds_tsina:before
{
    content: '\e62b';
}
.copyright .right .share a:hover:before
{
    color: #ea5317;
}
.copyright .right .support
{
    margin-top: 8px;
}
.copyright .right .support a
{
    font-size: 14px;
    line-height: 30px;

    display: inline-block;

    -webkit-transition: all .2s;
            transition: all .2s;

    color: #fff;
}
.copyright .right .support a:hover
{
    color: #ea5317;
}
.wrap-sidenav
{
    position: relative;

    overflow: hidden;

    height: 58px;

    border-bottom: 1px solid #dcdcdc;
}
@media (max-width: 991px)
{
    .wrap-sidenav
    {
        height: 50px;
    }
}
.wrap-sidenav .sidenav
{
    position: relative;
}
.wrap-sidenav .sidenav ul
{
    font-size: 0;

    position: relative;
    position: absolute;
    left: 0;

    overflow: hidden;

    white-space: nowrap;
}
.wrap-sidenav .sidenav ul li
{
    display: inline-block;

    border-right: 1px solid #e7e7e7;
}
.wrap-sidenav .sidenav ul li:first-child
{
    border-left: 1px solid #e7e7e7;
}
.wrap-sidenav .sidenav ul li a
{
    font-size: 16px;
    line-height: 58px;

    position: relative;

    display: block;

    height: 58px;
    padding: 0 40px;

    color: #666;
}
@media (max-width: 991px)
{
    .wrap-sidenav .sidenav ul li a
    {
        font-size: 15px;
        line-height: 50px;

        height: 50px;
        padding: 0 20px;
    }
}
.wrap-sidenav .sidenav ul li.active a,
.wrap-sidenav .sidenav ul li:hover a
{
    color: #fff;
    background-color: #274ea7;
}
@media (max-width: 1199px)
{
    .wrap-sidenav .sidenav ul li:hover a:before
    {
        display: none;
    }
}
.innerbox
{
    overflow: hidden;

    margin-top: 8px;
}
.inner
{
    padding: 0px 0 30px;
}
@media (max-width: 991px)
{
    .inner
    {
        padding: 60px 0;
    }
}
.inner-nav
{
    font-size: 0;

    position: fixed;
    z-index: 9;
    top: 68px;

    overflow: hidden;

    width: 100%;
    padding: 10px 0;

    background-color: #f2f0ef;
}
@media (max-width: 991px)
{
    .inner-nav
    {
        position: relative;
        top: 0;
    }
}
.inner-nav .sidenav
{
    display: inline-block;
    overflow: hidden;
}
.inner-nav .sidenav ul
{
    margin: 0 -25px;
}
@media (max-width: 767px)
{
    .inner-nav .sidenav ul
    {
        margin: 0 -20px;
    }
}
.inner-nav .sidenav ul li
{
    display: inline-block;
}
.inner-nav .sidenav ul li a
{
    font-size: 16px;
    font-weight: bold;
    line-height: 30px;

    display: block;

    padding: 0 25px;
}
@media (max-width: 767px)
{
    .inner-nav .sidenav ul li a
    {
        padding: 0 20px;
    }
}
.inner-nav .sidenav ul li.active a,
.inner-nav .sidenav ul li:hover a
{
    color: #274ea7;
}
.inner-nav .location
{
    display: inline-block;
    float: right;

    vertical-align: middle;
}
@media (max-width: 767px)
{
    .inner-nav .location
    {
        display: block;
        float: none;
    }
}
.inner-nav .location ul:before
{
    font-family: 'iconfont' !important;
    font-size: 18px;
    line-height: 28px;

    float: left;

    content: '\e62e';

    color: #716f6f;
}
.inner-nav .location ul li
{
    display: inline-block;
}
.inner-nav .location ul li:before
{
    display: inline-block;
    float: left;

    width: 0;
    height: 0;
    margin: 0 4px;
    margin-top: 11px;

    content: '';

    border-width: 4px 0 4px 4px;
    border-style: solid;
    border-color: transparent transparent transparent #716f6f;
}
.inner-nav .location ul li a
{
    font-size: 14px;
    line-height: 30px;

    color: #a3a3a2;
}
.inner-nav .location ul li a:hover
{
    color: #274ea7;
}
.innerbox-solution,
.innerbox-product
{
    position: relative;
}
.innerbox-solution .inner-nav,
.innerbox-product .inner-nav
{
    position: fixed;
    z-index: 8;
    top: 68px;

    width: 100%;

    background: rgba(255, 255, 255, .6);
}
@media (max-width: 991px)
{
    .innerbox-solution,
    .innerbox-product{
        margin: 0;
    }
    .innerbox-solution .inner-nav,
    .innerbox-product .inner-nav
    {
        position: relative;
		top: 0;
		margin-top: 68px;
        background-color: #f2f0ef;
    }
}
@media (min-width: 992px)
{
    .innerbox-product .location ul:before
    {
        color: #fff;
    }
    .innerbox-product .location ul li:before
    {
        border-color: transparent transparent transparent #fff;
    }
    .innerbox-product .location ul li a
    {
        color: #fff;
    }
}
.wrap-left
{
    float: left;

    width: 80%;
    padding-right: 90px;
}
@media (max-width: 1199px)
{
    .wrap-left
    {
        width: 100%;
        padding-right: 0;
    }
}
.wrap-right
{
    float: right;

    width: 20%;
}
@media (max-width: 1199px)
{
    .wrap-right
    {
        width: 100%;
        margin-top: 50px;
    }
}
.wrap-right .share p
{
    font-size: 16px;
}
.wrap-right .share .bdsharebuttonbox
{
    display: inline-block;

    -webkit-transition: all .2s;
            transition: all .2s;
}
.wrap-right .share .bdsharebuttonbox a
{
    font-size: 16px;
    line-height: 48px;

    position: relative;

    display: inline-block;

    width: 60px;
    height: 48px;
    margin: 0;

    -webkit-transition: all .5s;
            transition: all .5s;

    color: #fff;
    background: none;
    background-color: #274ea7;
}
.wrap-right .share .bdsharebuttonbox a:before
{
    font-family: 'iconfont';
    font-size: 26px;

    display: inline-block;
    float: left;

    margin-right: 14px;

    content: '\e62d';
    text-align: center;
}
.wrap-right .share .bdsharebuttonbox a:hover
{
    opacity: 1;
    color: #fff;
    background-color: #22252c;
}
.wrap-right .share .bdsharebuttonbox .bds_qzone:before
{
    content: '\e6b7';
}
.wrap-right .share .bdsharebuttonbox .bds_tsina:before
{
    content: '\e62b';
}
.wrap-right .share .bdsharebuttonbox .bds_weixin:before
{
    content: '\e604';
}
.wrap-right .share .bdsharebuttonbox .bds_video:before
{
    content: '\e62a';
}
.inner-solution
{
    position: relative;

    min-height: 890px;
    padding-top: 130px;
}
.inner-solution .solution-img,
.inner-solution .solution-img-hover
{
    position: absolute;
    top: 0;
    left: 0;

    display: block;

    width: 100%;
    height: 100%;

    -webkit-transition: all .5s;
            transition: all .5s;

    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.inner-solution .solution-img-hover
{
    -webkit-transition: all .5s;
            transition: all .5s;

    opacity: 0;
}
.inner-solution .title-solution
{
    text-align: center;
}
.inner-solution .title-solution:after
{
    display: block;

    width: 60px;
    height: 3px;
    margin: 0 auto;
    margin-top: 10px;

    content: '';

    background-color: #333;
}
.inner-solution .title-solution b
{
    font-size: 48px;
    font-weight: normal;

    display: block;
}
@media (max-width: 991px)
{
    .inner-solution .title-solution b
    {
        font-size: 30px;
    }
}
.inner-solution .solution
{
    margin-top: 100px;
}
@media (max-width: 991px)
{
    .inner-solution .solution
    {
        margin-top: 50px;
    }
}
.inner-solution .solution ul
{
    font-size: 0;

    margin: 0 -15px;
}
.inner-solution .solution ul li
{
    display: inline-block;

    width: 25%;
    padding: 0 15px;

    vertical-align: top;
}
@media (max-width: 767px)
{
    .inner-solution .solution ul li
    {
        width: 50%;
    }
}
.inner-solution .solution .item
{
    display: block;

    margin-top: 30px;

    text-align: center;
}
.inner-solution .solution .item img
{
    display: inline-block;

    max-width: 100%;
}
@media (max-width: 991px)
{
    .inner-solution .solution .item img
    {
        max-width: 120px;
    }
}
.inner-solution .solution .item p
{
    font-size: 26px;
    font-weight: bold;
    line-height: 1.66666667;

    margin: 0;
    margin: 10px 0 0 0;

    color: #fff;
    text-shadow: 1px 1px 1px #000;
}
@media (max-width: 991px)
{
    .inner-solution .solution .item p
    {
        font-size: 20px;
    }
}
.inner-solution .solution .item:hover img
{
    -webkit-animation: flipInY 1s 0s ease both;
            animation: flipInY 1s 0s ease both;
}
.inner-solution.inner-active .solution-img
{
    opacity: 0;
}
.inner-solution.inner-active .solution-img-hover
{
    opacity: 1;
}
.inner-solution-show
{
    min-height: 890px;
    padding-top: 80px;

    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
@media (max-width: 991px)
{
    .inner-solution-show
    {
        padding-top: 130px;
    }
}
.inner-solution-show .title-solution-show b
{
    font-size: 36px;
    font-weight: normal;

    display: block;

    color: #274ea7;
}
.inner-solution-show .title-solution-show b:before
{
    font-family: 'iconfont' !important;

    margin-right: 10px;

    content: '\e601';
}
@media (max-width: 991px)
{
    .inner-solution-show .title-solution-show b
    {
        font-size: 24px;
    }
}
.inner-solution-show .solution-show
{
    position: relative;

    margin-top: 30px;
    padding-bottom: 50px;
}
@media (max-width: 1600px)
{
    .inner-solution-show .solution-show
    {
        padding-right: 80px;
    }
}
@media (max-width: 991px)
{
    .inner-solution-show .solution-show
    {
        padding-right: 0;
    }
}
.inner-solution-show .solution-show .solution-sort
{
    position: absolute;
    right: -9%;
}
@media (max-width: 1600px)
{
    .inner-solution-show .solution-show .solution-sort
    {
        right: 0;
    }
}
@media (max-width: 991px)
{
    .inner-solution-show .solution-show .solution-sort
    {
        font-size: 0;

        position: relative;
        right: auto;
    }
}
.inner-solution-show .solution-show .solution-sort li
{
    margin-top: 40px;
}
@media (max-width: 991px)
{
    .inner-solution-show .solution-show .solution-sort li
    {
        display: inline-block;

        width: 25%;
        margin-top: 0;

        text-align: center;
    }
}
.inner-solution-show .solution-show .solution-sort li a
{
    font-size: 16px;
    line-height: 30px;

    display: block;

    text-align: center;

    color: #274ea7;
}
.inner-solution-show .solution-show .solution-sort li a:before
{
    font-family: 'iconfont' !important;
    font-size: 30px;

    display: block;

    content: '\e640';
}
.inner-solution-show .solution-show .solution-sort li.icon-2 a:before
{
    content: '\e632';
}
.inner-solution-show .solution-show .solution-sort li.icon-3 a:before
{
    content: '\e630';
}
.inner-solution-show .solution-show .solution-sort li.icon-4 a:before
{
    content: '\e786';
}
.inner-solution-show .solution-show .solution-sort li.active a
{
    color: #ea5317;
}
.inner-solution-show .solution-show .list
{
    position: relative;

    overflow: hidden;
}
.inner-solution-show .solution-show .list .pic
{
    position: relative;

    float: left;

    width: 49%;
}
@media (max-width: 991px)
{
    .inner-solution-show .solution-show .list .pic
    {
        width: 100%;
        margin-top: 30px;
    }
    .inner-solution-show .solution-show .list .pic img
    {
        max-width: 100%;
    }
}
.inner-solution-show .solution-show .list .pic .solution-link
{
    position: absolute;
    bottom: 40px;
    left: 36px;
}
@media (max-width: 991px)
{
    .inner-solution-show .solution-show .list .pic .solution-link
    {
        bottom: 20px;
        left: 16px;
    }
}
.inner-solution-show .solution-show .list .pic .solution-link a
{
    font-size: 16px;
    font-weight: bold;
    line-height: 58px;

    display: inline-block;

    padding: 0 40px;

    -webkit-transition: all .2s;
            transition: all .2s;

    color: #fff;
    background-color: #274ea7;
}
@media (max-width: 991px)
{
    .inner-solution-show .solution-show .list .pic .solution-link a
    {
        line-height: 48px;

        padding: 0 30px;
    }
}
.inner-solution-show .solution-show .list .pic .solution-link a:hover
{
    background-color: #0a3598;
}
.inner-solution-show .solution-show .list .maskinfo
{
    display: none;
}
.inner-solution-show .solution-show .list .right
{
    position: relative;
    z-index: 2;

    float: right;

    width: 61%;
    margin-top: 40px;
    margin-left: -10%;
    padding: 20px 30px 30px;

    background: url(../images/border-1.png) no-repeat;
    background-size: 100% 100%;
}
@media (max-width: 991px)
{
    .inner-solution-show .solution-show .list .right
    {
        width: 100%;
        margin-top: 0;
        margin-left: 0;
        padding: 0;

        background: none;
    }
}
.inner-solution-show .solution-show .list .right .text
{
    padding: 20px 20px 20px 30px;

    color: #fff;
    background: url(../images/solution_show_bg.png) repeat;
}
@media (max-width: 991px)
{
    .inner-solution-show .solution-show .list .right .text
    {
        padding: 20px 15px;
    }
}
.inner-solution-show .solution-show .list .right .text .note
{
    overflow-y: auto;

    height: 480px;
    padding-right: 20px;
}
@media (max-width: 991px)
{
    .inner-solution-show .solution-show .list .right .text .note
    {
        height: auto;
        padding-right: 0;
    }
}
.inner-solution-show .solution-show .list .right .text .note::-webkit-scrollbar
{
    position: absolute;
    left: 0;

    width: 10px;
}
.inner-solution-show .solution-show .list .right .text .note::-webkit-scrollbar-track
{
    background-color: #93948f;
}
.inner-solution-show .solution-show .list .right .text .note::-webkit-scrollbar-thumb
{
    background-color: #dfe0e0;
}
.inner-solution-show .solution-show .list .right .text h3
{
    font-size: 24px;
    font-weight: bold;
    line-height: 40px;

    margin: 0;
}
@media (max-width: 991px)
{
    .inner-solution-show .solution-show .list .right .text h3
    {
        font-size: 18px;
    }
}
.inner-solution-show .solution-show .list .right .text p
{
    font-size: 16px;
    line-height: 30px;

    margin: 0;
}
@media (max-width: 991px)
{
    .inner-solution-show .solution-show .list .right .text p
    {
        font-size: 15px;
        line-height: 24px;
    }
}
.inner-solution-show .solution-show .list .right .text table
{
    width: 100%;
}
.inner-solution-show .solution-show .list .right .text table td,
.inner-solution-show .solution-show .list .right .text table th
{
    font-size: 16px;
    line-height: 1.5;

    width: 33.33333333%;
    padding: 10px;

    text-align: center;

    border: 1px solid #fff;
}
@media (max-width: 991px)
{
    .inner-solution-show .solution-show .list .right .text table td,
    .inner-solution-show .solution-show .list .right .text table th
    {
        font-size: 15px;
    }
}
.inner-solution-show .solution-show .fixed-solution
{
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;

    display: none;

    width: 100%;
    height: 100%;
    padding: 60px 30px 20px 30px;

    background-color: #fff;
}
@media (max-width: 991px)
{
    .inner-solution-show .solution-show .fixed-solution
    {
        padding: 50px 15px 20px 15px;
    }
}
.inner-solution-show .solution-show .fixed-solution .solution-close
{
    position: absolute;
    top: 12px;
    right: 18px;

    cursor: pointer;

    color: #274ea7;
}
.inner-solution-show .solution-show .fixed-solution .solution-close:after
{
    font-family: 'iconfont' !important;
    font-size: 30px;

    content: '\e633';
}
.inner-solution-show .solution-show .fixed-solution ul.masksort
{
    margin: 0 -15px;
}
.inner-solution-show .solution-show .fixed-solution ul.masksort li
{
    display: inline-block;

    padding: 5px 15px;
}
.inner-solution-show .solution-show .fixed-solution ul.masksort li a
{
    font-size: 14px;
    font-weight: bold;
    line-height: 46px;

    display: inline-block;

    /*min-width: 350px;*/
    padding-left: 10px;
    padding-right: 10px;
    text-align: center;

    border: 1px solid #e5e5e5;
}
@media (max-width: 991px)
{
    .inner-solution-show .solution-show .fixed-solution ul.masksort li a
    {
        font-size: 13px;

        margin-top: 6px;
    }
}
.inner-solution-show .solution-show .fixed-solution ul.masksort li.active a
{
    color: #fff;
    border-color: #274ea7;
    background-color: #274ea7;
}
.inner-solution-show .solution-show .fixed-solution .masklist
{
    display: none;
    overflow-y: auto;

    max-height: 550px;
    margin-top: 30px;
}
.inner-solution-show .solution-show .fixed-solution .masklist::-webkit-scrollbar
{
    position: absolute;
    left: 0;

    width: 10px;
}
.inner-solution-show .solution-show .fixed-solution .masklist::-webkit-scrollbar-track
{
    background-color: #93948f;
}
.inner-solution-show .solution-show .fixed-solution .masklist::-webkit-scrollbar-thumb
{
    background-color: #dfe0e0;
}
.inner-solution-show .solution-show .fixed-solution .masklist b
{
    font-size: 16px;
    line-height: 30px;
}
.inner-solution-show .solution-show .fixed-solution .masklist p
{
    font-size: 16px;
    line-height: 30px;

    color: #666;
}
@media (max-width: 991px)
{
    .inner-solution-show .solution-show .fixed-solution .masklist p
    {
        font-size: 15px;
        line-height: 1.86666667;
    }
}
.inner-solution-show .solution-show .fixed-solution .masklist p span
{
    display: inline-block;

    margin-right: 4%;

    color: #333;
}
@media (max-width: 767px)
{
    .inner-solution-show .solution-show .fixed-solution .masklist p span
    {
        display: block;

        margin-right: 0;
    }
}
.inner-solution-show .solution-show .fixed-solution .masklist img
{
    max-width: 100%;
}
.inner-about
{
    padding: 0 0 20px 0;
}
.inner-about .title-about
{
    text-align: center;
}
.inner-about .title-about b
{
    font-size: 32px;

    display: block;
}
@media (max-width: 991px)
{
    .inner-about .title-about b
    {
        font-size: 24px;
    }
}
.inner-about .title-about p
{
    font-size: 14px;
    line-height: 2.28571429;

    margin: 10px 0 0 0;
}
.inner-about .about
{
    padding: 0px 0 60px 0;

    text-align: center;

    background: url(../images/about_bg.jpg) no-repeat center;
    background-size: cover;
}
@media (max-width: 991px)
{
    .inner-about .about
    {
        padding: 60px 0;
    }
}
.inner-about .about .video
{
    position: relative;

    overflow: hidden;
}
.inner-about .about .video .iframe
{
    display: none;

    width: 100% !important;
    height: 100% !important;
}
.inner-about .about .video .play
{
    font-size: 80px;
    font-weight: bold;
    line-height: 1;

    display: block;

    -webkit-transition: all .4s;
            transition: all .4s;

    color: rgba(255, 255, 255, .7);
}
@media (max-width: 991px)
{
    .inner-about .about .video .play
    {
        font-size: 60px;
    }
}
.inner-about .about .video .play:before
{
    font-family: 'iconfont';
    font-weight: normal;

    display: block;

    content: '\e634';
}
.inner-about .about .video .play:hover
{
    color: #181818;
}
.inner-about .about .text
{
    margin-top: 60px;
}
@media (max-width: 991px)
{
    .inner-about .about .text
    {
        margin-top: 10px;
    }
}
.inner-about .about .text p
{
    font-size: 14px;
    line-height: 2.28571429;

    margin: 0;

    color: #181818;
}
.inner-about .about .number
{
    font-size: 0;
}
.inner-about .about .number ul
{
    margin: 0 -10px;
}
.inner-about .about .number ul li
{
    display: inline-block;

    width: 25%;
    margin-top: 50px;
    padding: 0 10px;

    vertical-align: top;
}
@media (max-width: 767px)
{
    .inner-about .about .number ul li
    {
        width: 50%;
        margin-top: 30px;
    }
}
.inner-about .about .number .item b
{
    font-family: 'Agency FB';
    font-size: 60px;
    line-height: 1;

    display: block;

    color: #181818;
}
@media (max-width: 991px)
{
    .inner-about .about .number .item b
    {
        font-size: 40px;
    }
}
.inner-about .about .number .item b sub
{
    font-size: 14px;
    font-weight: normal;
}
.inner-about .about .number .item b sup
{
    font-size: 14px;
    font-weight: normal;

    position: relative;
    top: 0;

    vertical-align: top;
}
.inner-about .about .number .item p
{
    font-size: 14px;

    margin: 14px 0 0 0;

    color: #181818;
}
.inner-about .research
{
    padding: 60px 0;
}
.inner-about .research .list
{
    overflow: hidden;
}
.inner-about .research .list .left
{
    float: left;

    width: 30%;
    margin-top: 50px;
}
@media (max-width: 991px)
{
    .inner-about .research .list .left
    {
        width: 100%;
    }
}
.inner-about .research .list .left .item .img-box
{
    padding-bottom: 68.18181818%;
}
.inner-about .research .list .left .item .note
{
    padding: 20px 30px;

    border: 1px solid #e5e5e5;
}
.inner-about .research .list .left .item .note b,
.inner-about .research .list .left .item .note p
{
    font-size: 14px;
    line-height: 2.28571429;

    display: block;

    margin: 0;
}
.inner-about .research .list .right
{
    float: left;
    overflow: hidden;

    width: 70%;
    margin-top: 50px;
    padding-left: 70px;
}
@media (max-width: 1350px)
{
    .inner-about .research .list .right
    {
        padding-left: 30px;
    }
}
@media (max-width: 991px)
{
    .inner-about .research .list .right
    {
        width: 100%;
        padding-left: 0;
    }
}
.inner-about .research .list .right ul li
{
    float: left;

    width: 50%;
}
@media (max-width: 767px)
{
    .inner-about .research .list .right ul li
    {
        width: 100%;
    }
}
.inner-about .research .list .right .item
{
    overflow: hidden;
}
.inner-about .research .list .right .item .pic
{
    float: left;

    width: 40%;
    padding-right: 40px;
}
@media (max-width: 767px)
{
    .inner-about .research .list .right .item .pic
    {
        padding-right: 20px;
    }
}
.inner-about .research .list .right .item .pic .img-box
{
    padding-bottom: 112.5%;
}
.inner-about .research .list .right .item .note
{
    position: relative;

    float: left;

    width: 60%;
    padding: 0 20px;
    padding-bottom: 60px;

    border-left: 1px solid #d5d5d5;
}
.inner-about .research .list .right .item .note:before
{
    position: absolute;
    top: 0;
    left: -10px;

    display: block;

    width: 20px;
    height: 20px;

    content: '';

    border: 5px solid #d5d5d5;
    border-radius: 50%;
    background-color: #fff;
}
.inner-about .research .list .right .item .note b,
.inner-about .research .list .right .item .note p
{
    font-size: 14px;
    line-height: 2.28571429;

    display: block;

    margin: 0;
}
.inner-about .culture
{
    padding: 60px 0;

    background: url(../images/culture_bg.jpg) no-repeat center;
    background-size: cover;
}
.inner-about .culture .title-about b
{
    color: #181818;
}
.inner-about .culture .list
{
    display: table;

    width: 100%;
    margin-top: 50px;
}
@media (max-width: 991px)
{
    .inner-about .culture .list
    {
        display: block;
    }
}
.inner-about .culture .list .item
{
    display: table-cell;

    width: 27%;

    vertical-align: middle;
}
@media (max-width: 991px)
{
    .inner-about .culture .list .item
    {
        display: block;

        width: 100%;
    }
}
.inner-about .culture .list .item-3
{
    width: 46%;
    padding: 0 30px;

    background-color: rgba(0, 0, 0, .1);
}
@media (max-width: 991px)
{
    .inner-about .culture .list .item-3
    {
        width: 100%;
        padding: 30px 15px;
    }
}
.inner-about .culture .list .item-1
{
    padding: 0 30px;

    background-color: rgba(0, 0, 0, .2);
}
@media (max-width: 1350px)
{
    .inner-about .culture .list .item-1
    {
        width: 20%;
    }
}
@media (max-width: 991px)
{
    .inner-about .culture .list .item-1
    {
        width: 100%;
        padding: 0 15px;
        padding: 30px 15px;
    }
}
@media (max-width: 1350px)
{
    .inner-about .culture .list .item-2
    {
        width: 34%;
    }
}
@media (max-width: 991px)
{
    .inner-about .culture .list .item-2
    {
        width: 100%;
    }
}
.inner-about .culture .list .item-2 img
{
    max-width: 100%;
}
.inner-about .culture .list .item b
{
    font-size: 16px;
    line-height: 32px;

    display: block;

    color: #fff;
}
.inner-about .culture .list .item p
{
    line-height: 2.28571429;

    color: #181818;
}
@media (max-width: 1350px)
{
    .inner-about .culture .list .item p
    {
        line-height: 2;
    }
}
.inner-about .honor
{
    padding: 60px 0;
}
.inner-about .honor .slick-honor
{
    margin: 0 -15px;
	text-align: center;
}
@media (max-width: 991px)
{
    .inner-about .honor .slick-honor
    {
        margin: 0 -8px;
    }
}
.inner-about .honor .slick-slide
{
    padding: 0 15px;
}
@media (max-width: 991px)
{
    .inner-about .honor .slick-slide
    {
        padding: 0 8px;
    }
}
.inner-about .honor .item
{
    position: relative;

    display: block;

    margin-top: 36px;

    background-color: #000;
}
@media (max-width: 991px)
{
    .inner-about .honor .item
    {
        margin-top: 20px;
    }
}

.inner-about .honor .slick-honor > div {
    display: inline-block;
    margin: 0 1%;
}

.inner-about .honor .item:after
{
    position: absolute;
    top: 50%;
    left: 30%;

    display: block;

    width: 90px;
    height: 1px;
    margin-left: -45px;

    content: '';
    -webkit-transition: all .4s;
            transition: all .4s;

    opacity: 0;
    background-color: #fff;
}
.inner-about .honor .item:before
{
    position: absolute;
    top: 30%;
    left: 50%;

    width: 1px;
    height: 90px;
    margin-top: -45px;

    content: '';
    -webkit-transition: all .4s;
            transition: all .4s;

    opacity: 0;
    background-color: #fff;
}
.inner-about .honor .item .img-box
{
	height: auto;
	/* padding-bottom: 142.30769231%; */
	/* padding-bottom: 54.28571428571429%; */
	padding-bottom: 0;
	-webkit-transition: all .4s;
	transition: all .4s;
	opacity: 1;
	
	
  /*  padding-bottom: 142.30769231%;
    -webkit-transition: all .4s;
            transition: all .4s;
    opacity: 1; */
}
.inner-about .honor .item .img-box img {
    display: inline-block;
    width: auto;
    height: auto;
    position: relative;
    left: auto;
    top: auto;
	opacity: 1;
}
.inner-about .honor .item:hover:before
{
    //top: 50%;

    //opacity: 1;
}
.inner-about .honor .item:hover:after
{
    //left: 50%;

    //opacity: 1;
}
.inner-about .honor .item:hover .img-box
{
    //opacity: .4;
}
.inner-about .honor .slick-dots
{
    margin-top: 40px;

    text-align: center;
}
.inner-about .honor .slick-dots li
{
    position: relative;

    display: inline-block;

    width: 15px;
    height: 15px;
    margin: 0 6px;

    cursor: pointer;

    border-radius: 50%;
    background-color: #e8e7e7;
}
.inner-about .honor .slick-dots li.slick-active
{
    background-color: #274ea7;
}
.inner-about .honor .slick-dots li button
{
    display: none;
}
.inner-about .partners
{
    padding: 60px 0;

    background: url(../images/partners_bg.jpg) no-repeat center;
    background-size: cover;
}
.inner-about .partners .slick-partners
{
    margin: 0 -15px;
    margin-top: 30px;
}
@media (max-width: 991px)
{
    .inner-about .partners .slick-partners
    {
        margin: 0 -8px;
    }
}
.inner-about .partners .slick-slide
{
    padding: 0 15px;
}
@media (max-width: 991px)
{
    .inner-about .partners .slick-slide
    {
        padding: 0 8px;
    }
}
.inner-about .partners .item
{
    position: relative;

    margin-top: 20px;

    background-color: #fff;
}
.inner-about .partners .item:before
{
    position: absolute;
    z-index: 3;
    top: 0;
    left: 0;

    display: block;

    width: 100%;
    height: 100%;

    content: '';
    -webkit-transition: all .2s;
            transition: all .2s;

    opacity: 0;
    background-color: #274ea7;
}
.inner-about .partners .item .img-box
{
    padding-bottom: 42.85714286%;

    -webkit-transition: all .2s;
            transition: all .2s;
}
.inner-about .partners .item p
{
    line-height: 1.71428571;

    position: absolute;
    z-index: 4;
    top: 50%;

    width: 100%;
    margin: 0;

    -webkit-transition: all .5s;
            transition: all .5s;
    -webkit-transform: translateY(0%);
        -ms-transform: translateY(0%);
            transform: translateY(0%);
    text-align: center;

    opacity: 0;
    color: #fff;
}
.inner-about .partners .item:hover:before
{
    opacity: 1;
}
.inner-about .partners .item:hover p
{
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);

    opacity: 1;
}
.inner-join .title-join
{
    text-align: center;
}
.inner-join .title-join:after
{
    display: block;

    width: 44px;
    height: 2px;
    margin: 0 auto;
    margin-top: 10px;

    content: '';

    background-color: #274ea7;
}
.inner-join .title-join b
{
    font-size: 24px;
    line-height: 1.41666667;

    display: block;
}
.inner-join .wage .list ul
{
    font-size: 0;
}
@media (min-width: 992px)
{
    .inner-join .wage .list ul
    {
        width: 100%;
        padding: 0;

        text-align: justify;
        text-justify: distribute-all-lines;
    }
    .inner-join .wage .list ul:after
    {
        display: inline-block;
        overflow: hidden;

        width: 100%;
        height: 0;
        margin: 0;

        content: '';
    }
}
.inner-join .wage .list ul li
{
    display: inline-block;

    text-align: center;
    vertical-align: top;
}
@media (max-width: 991px)
{
    .inner-join .wage .list ul li
    {
        display: inline-block;

        width: 50%;

        vertical-align: top;
    }
}
.inner-join .wage .list .item
{
    font-weight: bold;

    display: block;

    margin-top: 40px;
}
.inner-join .wage .list .item .item-icon
{
    position: relative;
    z-index: 2;

    display: block;
    overflow: hidden;

    width: 170px;
    height: 170px;
    margin: 0 auto;

    border: 1px solid #274ea7;
    border-radius: 50%;
}
@media (max-width: 767px)
{
    .inner-join .wage .list .item .item-icon
    {
        width: 100px;
        height: 100px;
    }
}
.inner-join .wage .list .item-2:before
{
    content: '\e63d';
}
.inner-join .wage .list .item-3:before
{
    content: '\e636';
}
.inner-join .wage .list .item-4:before
{
    content: '\e644';
}
.inner-join .wage .list .item p
{
    font-size: 14px;
    line-height: 24px;

    margin: 20px 0 0 0;
}
.inner-join .wage .list .item:hover .item-icon
{
    -webkit-animation: flipInY 1s 0s ease both;
            animation: flipInY 1s 0s ease both;
}
.inner-join .join
{
    padding-top: 80px;
}
@media (max-width: 991px)
{
    .inner-join .join
    {
        padding-top: 60px;
    }
}
.inner-join .join .list
{
    overflow: hidden;
}
.inner-join .join .list .left
{
    float: left;

    width: 75%;
    margin-top: 50px;
}
@media (max-width: 1500px)
{
    .inner-join .join .list .left
    {
        width: 74%;
    }
}
@media (max-width: 1350px)
{
    .inner-join .join .list .left
    {
        width: 70%;
    }
}
@media (max-width: 1199px)
{
    .inner-join .join .list .left
    {
        width: 100%;
    }
}
.inner-join .join .list .left ul.joinlist
{
    border: 1px solid #e5e5e5;
    border-bottom: none;
}
.inner-join .join .list .left ul.joinlist li
{
    border-bottom: 1px solid #e5e5e5;
}
.inner-join .join .list .left ul.joinlist li.current .title-jlist
{
    background-color: #274ea7;
}
.inner-join .join .list .left ul.joinlist li.current .title-jlist:after
{
    -webkit-transform: rotate(-180deg);
        -ms-transform: rotate(-180deg);
            transform: rotate(-180deg);

    border-color: #fff transparent transparent transparent;
}
.inner-join .join .list .left ul.joinlist li.current .title-jlist p
{
    color: #fff;
}
.inner-join .join .list .left .title-jlist
{
    font-size: 0;

    position: relative;

    padding-right: 50px;

    cursor: pointer;
}
@media (max-width: 991px)
{
    .inner-join .join .list .left .title-jlist
    {
        padding-right: 30px;
    }
}
.inner-join .join .list .left .title-jlist:after
{
    position: absolute;
    top: 50%;
    right: 20px;

    display: block;

    width: 0;
    height: 0;

    content: '';
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);

    border-width: 9px 4px 0 4px;
    border-style: solid;
    border-color: #e9e8e7 transparent transparent transparent;
}
@media (max-width: 991px)
{
    .inner-join .join .list .left .title-jlist:after
    {
        right: 10px;
    }
}
.inner-join .join .list .left .title-jlist p
{
    font-size: 14px;
    line-height: 26px;

    display: inline-block;

    width: 99%;
    margin: 0;
    padding: 15px 10px;

    vertical-align: middle;
}
@media (max-width: 991px)
{
    .inner-join .join .list .left .title-jlist p
    {
        line-height: 24px;

        padding: 10px 0 10px 10px;
    }
}
.inner-join .join .list .left .text-list
{
    display: none;
}
.inner-join .join .list .left .text-list .text
{
    overflow: auto;

    padding: 20px 10px;
}
@media (min-width: 992px)
{
    .inner-join .join .list .left .text-list .text
    {
        max-height: 860px;
    }
}
.inner-join .join .list .left .text-list .text::-webkit-scrollbar
{
    position: absolute;
    left: 0;

    width: 10px;
}
.inner-join .join .list .left .text-list .text::-webkit-scrollbar-track
{
    background-color: #e5e5e5;
}
.inner-join .join .list .left .text-list .text::-webkit-scrollbar-thumb
{
    background-color: #d0cece;
}
.inner-join .join .list .left .text-list b,
.inner-join .join .list .left .text-list p
{
    font-size: 14px;
    line-height: 2.28571429;

    display: block;

    margin: 0;

    color: #666;
}
.inner-join .join .list .left .text-list b
{
    color: #333;
}
.inner-join .join .list .right
{
    float: left;

    width: 25%;
    margin-top: 50px;
    padding-left: 20px;
}
@media (max-width: 1500px)
{
    .inner-join .join .list .right
    {
        width: 26%;
    }
}
@media (max-width: 1350px)
{
    .inner-join .join .list .right
    {
        width: 30%;
    }
}
@media (max-width: 1199px)
{
    .inner-join .join .list .right
    {
        width: 100%;
    }
}
@media (max-width: 991px)
{
    .inner-join .join .list .right
    {
        padding-left: 0;
    }
}
.inner-join .join .list .right .pic img
{
    width: 100%;
}
.inner-join .join .list .right .text
{
    padding: 30px 15px;

    background-color: #f3f3f3;
}
.inner-join .join .list .right .text .tel1
{
    padding-bottom: 20px;

    border-bottom: 1px solid #e7e4e4;
}
.inner-join .join .list .right .text .tel1 p
{
    font-size: 28px;
    line-height: 50px;

    margin: 0;

    color: #274ea7;
}
@media (max-width: 1500px)
{
    .inner-join .join .list .right .text .tel p
    {
        font-size: 26px;
    }
}
.inner-join .join .list .right .text .tel p:before
{
    font-family: 'iconfont' !important;
    font-size: 50px;

    display: inline-block;

    margin-right: 4px;

    content: '\e641';
    vertical-align: middle;
}
.inner-join .join .list .right .text .link
{
    margin-top: 20px;

    text-align: center;
}
.inner-join .join .list .right .text .link a
{
    font-size: 14px;
    line-height: 38px;

    display: inline-block;

    padding: 0 30px;

    -webkit-transition: all .4s;
            transition: all .4s;

    color: #fff;
    border-radius: 30px;
    background-color: #274ea7;
}
.inner-join .join .list .right .text .link a:hover
{
    background-color: #0a3598;
}
.inner-join .join .list .right .text h4
{
    font-size: 15px;

    margin: 20px 0 0 0;

    text-align: center;
}
.inner-join .join .list .right .text h4:before
{
    font-family: 'iconfont' !important;

    margin-right: 10px;

    content: '\e61a';

    color: #274ea7;
}
.inner-join .join .list .right .text h4 a
{
    color: #274ea7;
}
.inner-product .title-product
{
    text-align: center;
}
.inner-product .title-product b
{
    font-size: 36px;

    display: block;
}
@media (max-width: 991px)
{
    .inner-product .title-product b
    {
        font-size: 24px;
    }
}
.inner-product .title-product p
{
    font-size: 14px;
    line-height: 2.28571429;

    max-width: 1320px;
    margin: 0 auto;
    margin-top: 14px;
}
.inner-product .product
{
    margin-top: 50px;
}
.inner-product .product .row
{
    margin: 0;
}
.inner-product .product .itembox
{
    padding: 0;
}
.inner-product .product .item
{
    position: relative;

    display: block;
}
.inner-product .product .item .pic
{
    background-color: #fff;
}
.inner-product .product .item .pic .img-box
{
    padding-bottom: 133.33333333%;
}
.inner-product .product .item .pic .img-box img
{
    -webkit-transition: all .6s;
            transition: all .6s;

    opacity: .3;
}
.inner-product .product .item .mask
{
    position: absolute;
    top: 50%;

    width: 100%;
    margin-top: 87px;
    padding: 0 20px;

    -webkit-transition: all .6s;
            transition: all .6s;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
}
.inner-product .product .item .mask .picon
{
    overflow: hidden;

    /* width: 110px; */
    width: 153px;
    margin: 0 auto;

    border: 1px solid #333;
    border-radius: 50%;
}
.inner-product .product .item .mask .piconhover
{
    display: none;
}
.inner-product .product .item .mask b
{
    font-size: 24px;

    display: block;

    margin-top: 24px;

    -webkit-transition: all .2s;
            transition: all .2s;
    text-align: center;
}
.inner-product .product .item .mask b:before
{
    display: block;

    width: 15px;
    height: 1px;
    margin: 0 auto;
    margin-bottom: 10px;

    content: '';
    -webkit-transition: all .2s;
            transition: all .2s;

    background-color: #333;
}

.inner-product .product .itembox:hover .item:hover .mask .note{
	color: #fff;
}

.inner-product .product .item .mask .note
{
    -webkit-transition: all .6s;
            transition: all .6s;

    opacity: 0;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
	overflow: hidden;
}
.inner-product .product .item .mask .note p
{
    font-size: 16px;
    line-height: 32px;

    display: -webkit-box;
    overflow: hidden;

    height: 128px;
    margin: 20px 0 0 0;

    color: #fff;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
}
.inner-product .product .item .mask span.jia
{
    display: block;

    margin-top: 20px;

    -webkit-transition: all .6s;
            transition: all .6s;
    text-align: center;

    opacity: 0;
}
.inner-product .product .item .mask span.jia:after
{
    font-family: 'iconfont' !important;
    font-size: 30px;
    line-height: 30px;

    content: '\e628';

    color: #fff;
}
.inner-product .product .item:hover .pic
{
    background-color: #274ea7;
}
.inner-product .product .item:hover .pic .img-box img
{
    opacity: .2;
}
.inner-product .product .item:hover .mask
{
    margin-top: 0;
}
.inner-product .product .item:hover .mask .picon
{
    border-color: #fff;
}
.inner-product .product .item:hover .mask .piconnow
{
    display: none;
}
.inner-product .product .item:hover .mask .piconhover
{
    display: block;
}
.inner-product .product .item:hover .mask b
{
    color: #fff;
}
.inner-product .product .item:hover .mask b:before
{
    background-color: #fff;
}
.inner-product .product .item:hover .mask .note
{
    opacity: 1;
}
.inner-product .product .item:hover .mask span.jia
{
    opacity: 1;
}
.inner-product-show
{
    padding: 0;
}
.inner-product-show .product-show-partone
{
    padding: 100px 0;

    /* background-color: #f9f9f9; */
}
@media (max-width: 991px)
{
    .inner-product-show .product-show-partone
    {
        padding: 60px 0;
    }
}
.inner-product-show .product-show-partone .text b,
.inner-product-show .product-show-partone .text p
{
    font-size: 16px;
    line-height: 1.5;

    display: block;

    margin: 0;
}
@media (max-width: 991px)
{
    .inner-product-show .product-show-partone .text b,
    .inner-product-show .product-show-partone .text p
    {
        font-size: 15px;
    }
}
.inner-product-show .product-show-partone .video
{
    position: relative;

    overflow: hidden;
}
@media (max-width: 991px)
{
    .inner-product-show .product-show-partone .video
    {
        margin-top: 40px;
    }
}
.inner-product-show .product-show-partone .video .img-box
{
    z-index: 0;

    padding-bottom: 75.34246575%;

    background-color: #000;
}
.inner-product-show .product-show-partone .video .img-box img
{
    -webkit-transition: all .6s ease;
            transition: all .6s ease;

    opacity: 1;
    opacity: .4;
}
.inner-product-show .product-show-partone .video .video-box
{
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;

    overflow: hidden;

    width: 100%;
    height: 100%;

    text-align: center;
}
.inner-product-show .product-show-partone .video .iframe
{
    display: none;

    width: 100% !important;
    height: 100% !important;
}
.inner-product-show .product-show-partone .video .play
{
    font-size: 40px;
    font-weight: bold;

    position: absolute;
    top: 50%;
    left: 0;

    display: inline-block;

    width: 100%;
    margin-bottom: 100%;

    -webkit-transition: all .4s;
            transition: all .4s;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    letter-spacing: 1px;

    color: rgba(255, 255, 255, .7);
}
@media (max-width: 991px)
{
    .inner-product-show .product-show-partone .video .play
    {
        font-size: 24px;
    }
}
.inner-product-show .product-show-partone .video .play:before
{
    font-family: 'iconfont';
    font-size: 60px;
    font-weight: normal;

    display: block;

    content: '\e642';
}
@media (max-width: 991px)
{
    .inner-product-show .product-show-partone .video .play:before
    {
        font-size: 40px;
    }
}
.inner-product-show .product-show-partone .video:hover .img-box img
{
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);

    opacity: .7;
}
.inner-product-show .product-show-partone .video:hover .play
{
    top: 50%;
}
.inner-product-show .product-show-parttwo
{
    padding: 100px 0 20px 0;
}
@media (max-width: 991px)
{
    .inner-product-show .product-show-parttwo
    {
        padding: 60px 0 20px 0;
    }
}
.inner-product-show .product-show-parttwo .list ul
{
    font-size: 0;

    margin: 0 -15px;
}
.inner-product-show .product-show-parttwo .list ul li
{
    display: inline-block;

    width: 50%;
    margin: 30px 0;
    padding: 0 15px;

    vertical-align: top;
}
@media (max-width: 991px)
{
    .inner-product-show .product-show-parttwo .list ul li
    {
        width: 100%;
    }
}
.inner-product-show .product-show-parttwo .list ul li .item
{
    position: relative;

    min-height: 120px;
}
.inner-product-show .product-show-parttwo .list ul li .item:before
{
    position: absolute;
    top: -20px;

    display: block;

    width: 120px;
    height: 120px;

    /* content: ''; */

    background: url(../images/product-icon-1.png) no-repeat;
    background-size: cover;
}
@media (max-width: 767px)
{
    .inner-product-show .product-show-parttwo .list ul li .item:before
    {
        position: relative;

        width: 90px;
        height: 90px;
        margin: 0 auto;
    }
}
.inner-product-show .product-show-parttwo .list ul li .item-2:before
{
    background-position: -120px 0;
}
@media (max-width: 767px)
{
    .inner-product-show .product-show-parttwo .list ul li .item-2:before
    {
        background-position: -90px 0;
    }
}
.inner-product-show .product-show-parttwo .list ul li .item-3:before
{
    background-position: -240px 0;
}
@media (max-width: 767px)
{
    .inner-product-show .product-show-parttwo .list ul li .item-3:before
    {
        background-position: -180px 0;
    }
}
.inner-product-show .product-show-parttwo .list ul li .item-4:before
{
    background-position: -360px 0;
}
@media (max-width: 767px)
{
    .inner-product-show .product-show-parttwo .list ul li .item-4:before
    {
        background-position: -270px 0;
    }
}
.inner-product-show .product-show-parttwo .list ul li .item p
{
    font-size: 16px;
    line-height: 2;

    margin: 0;

    color: #666;
}
.inner-product-show .product-show-parttwo .list ul li:nth-child(2n+1) .item
{
    padding-right: 170px;

    text-align: right;
}
@media (max-width: 767px)
{
    .inner-product-show .product-show-parttwo .list ul li:nth-child(2n+1) .item
    {
        padding-right: 0;

        text-align: center;
    }
}
.inner-product-show .product-show-parttwo .list ul li:nth-child(2n+1) .item:before
{
    right: 0;
}
@media (max-width: 767px)
{
    .inner-product-show .product-show-parttwo .list ul li:nth-child(2n+1) .item:before
    {
        right: auto;
    }
}
.inner-product-show .product-show-parttwo .list ul li:nth-child(2n) .item
{
    padding-left: 170px;

    text-align: left;
}
@media (max-width: 767px)
{
    .inner-product-show .product-show-parttwo .list ul li:nth-child(2n) .item
    {
        padding-left: 0;

        text-align: center;
    }
}
.inner-product-show .product-show-parttwo .list ul li:nth-child(2n) .item:before
{
    left: 0;
}
@media (max-width: 767px)
{
    .inner-product-show .product-show-parttwo .list ul li:nth-child(2n) .item:before
    {
        left: auto;
    }
}
.inner-product-show .product-show-parttwo .link
{
    text-align: center;
}
.inner-product-show .product-show-parttwo .link a
{
    font-size: 16px;
    line-height: 50px;

    display: inline-block;

    width: 160px;
    height: 50px;
    margin-top: 20px;

    -webkit-transition: all .4s;
            transition: all .4s;
    text-align: center;

    color: #fff;
    border-radius: 30px;
    background-color: #274ea7;
}
@media (max-width: 767px)
{
    .inner-product-show .product-show-parttwo .link a
    {
        font-size: 14px;

        width: 150px;
    }
}
@media (max-width: 375px)
{
    .inner-product-show .product-show-parttwo .link a
    {
        width: 140px;
    }
}
.inner-product-show .product-show-parttwo .link a.parameter-btn
{
    margin-right: 20px;
}
@media (max-width: 767px)
{
    .inner-product-show .product-show-parttwo .link a.parameter-btn
    {
        margin-right: 10px;
    }
}
@media (max-width: 375px)
{
    .inner-product-show .product-show-parttwo .link a.parameter-btn
    {
        margin: 0;
    }
}
.inner-product-show .product-show-parttwo .link a.parameter-btn:after
{
    font-family: 'iconfont' !important;

    display: inline-block;

    margin-left: 5px;

    content: '\e602';
    vertical-align: middle;
}
.inner-product-show .product-show-parttwo .link a:hover
{
    background-color: #0a3598;
}
.inner-product-show .product-show-parttwo .parameter
{
    display: none;

    width: 100%;
    margin-top: 36px;
    padding: 30px 0;

    /* background-color: #f9f9f9; */
}
.inner-product-show .product-show-parttwo .parameter .parameter-up
{
    font-size: 20px;
    line-height: 64px;

    width: 64px;
    height: 64px;
    margin: 0 auto;

    cursor: pointer;
    -webkit-transition: all .2s;
            transition: all .2s;
    text-align: center;

    border-radius: 50%;
    background-color: #dbdada;
}
.inner-product-show .product-show-parttwo .parameter .parameter-up:before
{
    font-family: 'iconfont' !important;

    content: '\e622';

    color: #fff;
}
.inner-product-show .product-show-parttwo .parameter .parameter-up:hover
{
    background-color: #274ea7;
}
.inner-product-show .product-show-parttwo .parameter table
{
    width: 100%;
    margin-top: 20px;

    text-align: center;
}
.inner-product-show .product-show-parttwo .parameter table td,
.inner-product-show .product-show-parttwo .parameter table th
{
    font-size: 16px;
    line-height: 1.5;

    width: 25%;
    padding: 15px 10px;

    text-align: center;

    border: 1px solid #e5e5e5;
}
@media (max-width: 991px)
{
    .inner-product-show .product-show-parttwo .parameter table td,
    .inner-product-show .product-show-parttwo .parameter table th
    {
        font-size: 14px;

        padding: 10px 6px;
    }
}
.inner-product-show .product-show-parttwo .parameter table td
{
    color: #666;
}
.inner-product-show .product-show-partthree
{
    /* background-color: #f9f9f9; */
}
.inner-product-show .product-show-partthree .list ul li
{
    font-size: 0;

    overflow: hidden;
}
.inner-product-show .product-show-partthree .list ul li .pic,
.inner-product-show .product-show-partthree .list ul li .text
{
    float: left;
    overflow: hidden;

    width: 50%;
	position: relative;
}
@media (max-width: 991px)
{
    .inner-product-show .product-show-partthree .list ul li .pic,
    .inner-product-show .product-show-partthree .list ul li .text
    {
        width: 100%;
    }
}
@media (max-width: 1500px)
{
    .inner-product-show .product-show-partthree .list ul li .pic img
    {
        margin-left: -25%;
    }
}
@media (max-width: 991px)
{
    .inner-product-show .product-show-partthree .list ul li .pic img
    {
        max-width: 100%;
        margin: 0;
    }
}
.inner-product-show .product-show-partthree .list ul li .text b
{
    font-size: 20px;
    line-height: 1.5;

    display: block;

    margin-bottom: 20px;
}
@media (max-width: 767px)
{
    .inner-product-show .product-show-partthree .list ul li .text b
    {
        font-size: 18px;

        margin-bottom: 10px;
    }
}
.inner-product-show .product-show-partthree .list ul li .text p
{
    font-size: 16px;
    line-height: 2;

    margin: 0;
}
@media (max-width: 767px)
{
    .inner-product-show .product-show-partthree .list ul li .text p
    {
        font-size: 15px;
    }
}
.inner-product-show .product-show-partthree .list ul li .text p span
{
    font-size: 28px;
    font-weight: bold;
}
@media (max-width: 767px)
{
    .inner-product-show .product-show-partthree .list ul li .text p span
    {
        font-size: 24px;
    }
}
.inner-product-show .product-show-partthree .list ul li .text .note
{
    display: inline-block;

    width: 50%;
    max-width: 200px;

    vertical-align: top;
}
@media (max-width: 767px)
{
    .inner-product-show .product-show-partthree .list ul li .text .note
    {
        width: 100%;
        margin: 10px 0;
    }
}
.inner-product-show .product-show-partthree .list ul li .text .tpic
{
    display: inline-block;

    width: 50%;

    vertical-align: top;
}
@media (max-width: 767px)
{
    .inner-product-show .product-show-partthree .list ul li .text .tpic
    {
        width: 100%;
    }
}
.inner-product-show .product-show-partthree .list ul li:nth-child(2n+1) .pic
{
    float: right;
}
.inner-product-show .product-show-partthree .list ul li:nth-child(2n+1) .text
{
    padding: 6% 8% 0 12%;
}
@media (max-width: 1500px)
{
    .inner-product-show .product-show-partthree .list ul li:nth-child(2n+1) .text
    {
        padding: 6% 6% 0 4%;
    }
}
@media (max-width: 991px)
{
    .inner-product-show .product-show-partthree .list ul li:nth-child(2n+1) .text
    {
        padding: 30px 15px;
    }
}
.inner-product-show .product-show-partthree .list ul li:nth-child(2n) .text
{
    padding: 6% 12% 0 8%;
}
@media (max-width: 1500px)
{
    .inner-product-show .product-show-partthree .list ul li:nth-child(2n) .text
    {
        padding: 6% 4% 0 6%;
    }
}
@media (max-width: 991px)
{
    .inner-product-show .product-show-partthree .list ul li:nth-child(2n) .text
    {
        padding: 30px 15px;
    }
}
.inner-product-show .product-show-partthree .list ul li:nth-child(3) .text .note
{
    max-width: 300px;
}
.inner-product-show .product-show-partfour
{
    padding: 90px 0;

    /* background-color: #f6f6f6; */
}
@media (max-width: 991px)
{
    .inner-product-show .product-show-partfour
    {
        padding: 50px 0;
    }
}
.inner-product-show .product-show-partfour .title-product
{
    text-align: center;
}
.inner-product-show .product-show-partfour .title-product b
{
    font-size: 20px;

    display: block;
}
@media (max-width: 767px)
{
    .inner-product-show .product-show-partfour .title-product b
    {
        font-size: 18px;
    }
}
.inner-product-show .product-show-partfour .list ul
{
    font-size: 0;

    text-align: center;
}
@media (max-width: 767px)
{
    .inner-product-show .product-show-partfour .list ul
    {
        text-align: left;
    }
}
.inner-product-show .product-show-partfour .list ul li
{
    display: inline-block;

    width: 33.33333333%;
    margin-top: 50px;

    vertical-align: top;
}
@media (max-width: 767px)
{
    .inner-product-show .product-show-partfour .list ul li
    {
        width: 100%;
        margin-top: 30px;
    }
}
.inner-product-show .product-show-partfour .list .item
{
    position: relative;

    display: inline-block;

    padding-left: 90px;

    text-align: left;
}
.inner-product-show .product-show-partfour .list .item:before
{
    position: absolute;
    top: 0;
    left: 0;

    display: block;

    width: 80px;
    height: 80px;

    /* content: ''; */

    background: url(../images/product-icon-2.png) no-repeat;
    background-size: cover;
}
.inner-product-show .product-show-partfour .list .item-2:before
{
    background-position: -80px 0;
}
.inner-product-show .product-show-partfour .list .item-3:before
{
    background-position: -160px 0;
}
.inner-product-show .product-show-partfour .list .item p
{
    font-size: 16px;
    line-height: 2.25;

    margin: 0;
}
.inner-product-show .product-show-partfour .list .item:hover:before
{
    -webkit-animation: swing 1s 0s ease both;
            animation: swing 1s 0s ease both;
}
.inner-product-show .product-show-partfive
{
    padding: 90px 0;
}
@media (max-width: 991px)
{
    .inner-product-show .product-show-partfive
    {
        padding: 50px 0;
    }
}
.inner-product-show .product-show-partfive .text
{
    text-align: center;
}
.inner-product-show .product-show-partfive .text img
{
    max-width: 100%;
}
.inner-product-show .product-show-partsix
{
    padding: 90px 0;

    /* background-color: #f6f6f6; */
}
@media (max-width: 991px)
{
    .inner-product-show .product-show-partsix
    {
        padding: 50px 0;
    }
}
.inner-product-show .product-show-partsix .title-product
{
    text-align: center;
}
.inner-product-show .product-show-partsix .title-product b
{
    font-size: 20px;

    display: block;
}
@media (max-width: 767px)
{
    .inner-product-show .product-show-partsix .title-product b
    {
        font-size: 18px;
    }
}
.inner-product-show .product-show-partsix .list ul
{
    font-size: 0;

    text-align: center;
}
.inner-product-show .product-show-partsix .list ul li
{
    display: inline-block;

    width: 33.33333333%;
    margin-top: 50px;

    vertical-align: top;
}
@media (max-width: 767px)
{
    .inner-product-show .product-show-partsix .list ul li
    {
        width: 100%;
    }
}
.inner-product-show .product-show-partsix .list .item
{
    position: relative;
}
.inner-product-show .product-show-partsix .list .item:before
{
    font-family: 'iconfont' !important;
    font-size: 36px;
    line-height: 76px;

    display: block;

    width: 76px;
    height: 76px;
    margin: 0 auto;

    content: '\e6c7';

    color: #666;
    border: 1px solid #dfdfdf;
    border-radius: 50%;
}
.inner-product-show .product-show-partsix .list .item-2:before
{
    content: '\e6a5';
}
.inner-product-show .product-show-partsix .list .item-3:before
{
    content: '\e6a0';
}
.inner-product-show .product-show-partsix .list .item b
{
    font-size: 22px;
    line-height: 1.36363636;

    display: block;

    margin-top: 10px;
}
@media (max-width: 767px)
{
    .inner-product-show .product-show-partsix .list .item b
    {
        font-size: 18px;
    }
}
.inner-product-show .product-show-partsix .list .item p
{
    font-size: 14px;
    line-height: 2.25;

    margin: 0;
}
.inner-product-show .product-show-partsix .list .item h4
{
    font-size: 16px;
    line-height: 1.875;

    margin: 0;
}
.inner-product-show .product-show-partsix .list .item:hover:before
{
    -webkit-animation: swing 1s 0s ease both;
            animation: swing 1s 0s ease both;
}
.inner-product-show .product-show-partsseven
{
    padding: 90px 0 50px 0;
}
@media (max-width: 991px)
{
    .inner-product-show .product-show-partsseven
    {
        padding: 50px 0;
    }
}
.inner-product-show .product-show-partsseven .text
{
    padding-right: 5%;
}
@media (max-width: 991px)
{
    .inner-product-show .product-show-partsseven .text
    {
        padding-right: 0;
    }
}
.inner-product-show .product-show-partsseven .text .title-seven b
{
    font-size: 30px;
    font-weight: normal;
}
@media (max-width: 991px)
{
    .inner-product-show .product-show-partsseven .text .title-seven b
    {
        font-size: 20px;
    }
}
.inner-product-show .product-show-partsseven .text .note
{
    margin-top: 20px;
}
.inner-product-show .product-show-partsseven .text .note p
{
    font-size: 14px;
    line-height: 2.28571429;

    margin: 0;
}
@media (max-width: 991px)
{
    .inner-product-show .product-show-partsseven .pic
    {
        margin-top: 30px;
    }
}
.inner-product-show .product-show-partsseven .pic img
{
    max-width: 100%;
}
.inner-product-show .product-show-parteight
{
    padding: 90px 0;

    background-color: #f9f9f9;
}
@media (max-width: 991px)
{
    .inner-product-show .product-show-parteight
    {
        padding: 50px 0;
    }
}
.inner-product-show .product-show-parteight .text
{
    padding-right: 5%;
}
@media (max-width: 991px)
{
    .inner-product-show .product-show-parteight .text
    {
        padding-right: 0;
    }
}
.inner-product-show .product-show-parteight .text .title-eight b
{
    font-size: 30px;
    font-weight: normal;
}
@media (max-width: 991px)
{
    .inner-product-show .product-show-parteight .text .title-eight b
    {
        font-size: 20px;
    }
}
.inner-product-show .product-show-parteight .text .note
{
    margin-top: 20px;
}
.inner-product-show .product-show-parteight .text .note p
{
    font-size: 16px;
    line-height: 2.25;
}
@media (max-width: 991px)
{
    .inner-product-show .product-show-parteight .text .note p
    {
        font-size: 15px;
    }
}
.inner-product-show .product-show-parteight .pic
{
    padding-left: 8%;
}
@media (max-width: 1500px)
{
    .inner-product-show .product-show-parteight .pic
    {
        padding-left: 0;
    }
}
@media (max-width: 991px)
{
    .inner-product-show .product-show-parteight .pic
    {
        margin-top: 30px;
    }
}
.inner-product-show .product-show-parteight .pic img
{
    max-width: 100%;
}
.inner-product-show .product-show-parteight .pic p
{
    margin: 0;
}
@media (min-width: 767px)
{
    .inner-product-show .product-show-parteight .pic p
    {
        display: -webkit-box;
        display: -ms-flexbox;
        display:         flex;
        display:     -ms-flex;
        display: -webkit-flex;

        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
                justify-content: space-between;
            -ms-justify-content: space-between;
        -webkit-justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
                align-items: center;
            -ms-align-items: center;
        -webkit-align-items: center;
    }
}
.inner-product-show .product-show-parteight .pic p span
{
    font-size: 16px;
    line-height: 26px;

    display: inline-block;

    width: 200px;
    margin-top: 20px;
    padding: 20px 10px;

    -webkit-transition: all .4s;
            transition: all .4s;
    text-align: center;

    background-color: #ebebeb;
}
@media (max-width: 1350px)
{
    .inner-product-show .product-show-parteight .pic p span
    {
        font-size: 14px;

        width: 160px;
    }
}
@media (max-width: 767px)
{
    .inner-product-show .product-show-parteight .pic p span
    {
        display: block;

        width: auto;
    }
}
.inner-product-show .product-show-parteight .pic p span:hover,
.inner-product-show .product-show-parteight .pic p span.active
{
    color: #fff;
    background-color: #274ea7;
}
.inner-product-show .product-show-partnine
{
    padding: 90px 0;
}
@media (max-width: 991px)
{
    .inner-product-show .product-show-partnine
    {
        padding: 50px 0;
    }
}
.inner-product-show .product-show-partnine .title-nine
{
    text-align: center;
}
.inner-product-show .product-show-partnine .title-nine b
{
    font-size: 36px;

    display: block;
}
@media (max-width: 991px)
{
    .inner-product-show .product-show-partnine .title-nine b
    {
        font-size: 24px;
    }
}
.inner-product-show .product-show-partnine .slick-partnine
{
    margin: 0 -15px;
}
@media (max-width: 767px)
{
    .inner-product-show .product-show-partnine .slick-partnine
    {
        margin: 0 -8px;
    }
}
.inner-product-show .product-show-partnine .slick-partnine .slick-slide
{
    padding: 0 15px;
}
@media (max-width: 767px)
{
    .inner-product-show .product-show-partnine .slick-partnine .slick-slide
    {
        padding: 0 8px;
    }
}
.inner-product-show .product-show-partnine .item
{
    display: block;

    margin-top: 30px;

    text-align: center;
}
.inner-product-show .product-show-partnine .item .pic
{
    position: relative;

    overflow: hidden;
}
.inner-product-show .product-show-partnine .item .pic:before
{
    position: absolute;
    z-index: 2;
    top: 50%;
    left: 50%;

    display: block;

    width: 203px;
    height: 133px;

    content: '';
    -webkit-transition: all .6s;
            transition: all .6s;

    opacity: 0;
    background: url(../images/nine.png) no-repeat;
    background-size: cover;
}
.inner-product-show .product-show-partnine .item .img-box
{
    padding-bottom: 69.36416185%;
}
.inner-product-show .product-show-partnine .item p
{
    font-size: 16px;
    font-weight: bold;
    line-height: 30px;

    display: -webkit-box;
    overflow: hidden;

    margin: 10px 0 0 0;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
.inner-product-show .product-show-partnine .item:hover .pic:before
{
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);

    opacity: 1;
}
.inner-product-show .product-show-partnine .item:hover p
{
    color: #274ea7;
}
.inner-product-show .product-show-partnine .slick-dots
{
    margin-top: 40px;

    text-align: center;
}
.inner-product-show .product-show-partnine .slick-dots li
{
    position: relative;

    display: inline-block;

    width: 15px;
    height: 15px;
    margin: 0 6px;

    cursor: pointer;

    border-radius: 50%;
    background-color: #e8e7e7;
}
.inner-product-show .product-show-partnine .slick-dots li.slick-active
{
    background-color: #274ea7;
}
.inner-product-show .product-show-partnine .slick-dots li button
{
    display: none;
}
.inner-product-show .ggpproduct-show-partone
{
    padding: 100px 0;

    background-color: #f9f9f9;
}
@media (max-width: 991px)
{
    .inner-product-show .ggpproduct-show-partone
    {
        padding: 60px 0;
    }
}
.inner-product-show .ggpproduct-show-partone .list ul
{
    font-size: 0;

    margin: 0 -15px;
}
.inner-product-show .ggpproduct-show-partone .list ul li
{
    display: inline-block;

    width: 33.33333333%;
    padding: 0 15px;

    vertical-align: top;
}
@media (max-width: 991px)
{
    .inner-product-show .ggpproduct-show-partone .list ul li
    {
        width: 50%;
    }
}
.inner-product-show .ggpproduct-show-partone .list .item
{
    margin-bottom: 100px;

    text-align: center;
}
@media (max-width: 991px)
{
    .inner-product-show .ggpproduct-show-partone .list .item
    {
        margin-bottom: 50px;
    }
}
.inner-product-show .ggpproduct-show-partone .list .item:before
{
    font-family: 'iconfont' !important;
    font-size: 44px;
    line-height: 108px;

    display: block;

    width: 108px;
    height: 108px;
    margin: 0 auto;

    content: '\e649';

    color: #acacac;
    border: 1px solid #acacac;
    border-radius: 50%;
}
@media (max-width: 991px)
{
    .inner-product-show .ggpproduct-show-partone .list .item:before
    {
        font-size: 34px;
        line-height: 80px;

        width: 80px;
        height: 80px;
    }
}
.inner-product-show .ggpproduct-show-partone .list .item p
{
    font-size: 16px;
    line-height: 2;

    margin: 12px 0 0 0;
}
@media (max-width: 991px)
{
    .inner-product-show .ggpproduct-show-partone .list .item p
    {
        font-size: 14px;
    }
}
.inner-product-show .ggpproduct-show-partone .list .item-2:before
{
    content: '\e76c';
}
.inner-product-show .ggpproduct-show-partone .list .item-3:before
{
    content: '\e64a';
}
.inner-product-show .ggpproduct-show-partone .list .item-4:before
{
    content: '\e82f';
}
.inner-product-show .ggpproduct-show-partone .list .item-5:before
{
    content: '\e6d8';
}
.inner-product-show .ggpproduct-show-partone .list .item-6:before
{
    content: '\e64b';
}
.inner-product-show .ggpproduct-show-partone .list .item:hover:before
{
    -webkit-animation: flipInY 1s 0s ease both;
            animation: flipInY 1s 0s ease both;
}
.inner-product-show .ggpproduct-show-partone .link
{
    text-align: center;
}
.inner-product-show .ggpproduct-show-partone .link a
{
    font-size: 16px;
    line-height: 50px;

    display: inline-block;

    width: 160px;
    height: 50px;
    margin-top: 20px;

    -webkit-transition: all .4s;
            transition: all .4s;
    text-align: center;

    border: 1px dashed #666;
    border-radius: 30px;
}
@media (max-width: 767px)
{
    .inner-product-show .ggpproduct-show-partone .link a
    {
        font-size: 14px;

        width: 150px;
    }
}
@media (max-width: 375px)
{
    .inner-product-show .ggpproduct-show-partone .link a
    {
        width: 140px;
    }
}
.inner-product-show .ggpproduct-show-partone .link a.parameter-btn
{
    margin-right: 20px;
}
@media (max-width: 767px)
{
    .inner-product-show .ggpproduct-show-partone .link a.parameter-btn
    {
        margin-right: 10px;
    }
}
@media (max-width: 375px)
{
    .inner-product-show .ggpproduct-show-partone .link a.parameter-btn
    {
        margin: 0;
    }
}
.inner-product-show .ggpproduct-show-partone .link a.parameter-btn:after
{
    font-family: 'iconfont' !important;

    display: inline-block;

    margin-left: 5px;

    content: '\e602';
    vertical-align: middle;
}
.inner-product-show .ggpproduct-show-partone .link a:hover
{
    color: #fff;
    background-color: #0a3598;
}
.inner-product-show .ggpproduct-show-partone .parameter
{
    display: none;

    margin-top: 36px;
    padding: 30px 0;

    background-color: #f9f9f9;
}
.inner-product-show .ggpproduct-show-partone .parameter .parameter-up
{
    font-size: 20px;
    line-height: 64px;

    width: 64px;
    height: 64px;
    margin: 0 auto;

    cursor: pointer;
    -webkit-transition: all .2s;
            transition: all .2s;
    text-align: center;

    border-radius: 50%;
    background-color: #dbdada;
}
.inner-product-show .ggpproduct-show-partone .parameter .parameter-up:before
{
    font-family: 'iconfont' !important;

    content: '\e622';

    color: #fff;
}
.inner-product-show .ggpproduct-show-partone .parameter .parameter-up:hover
{
    background-color: #274ea7;
}
.inner-product-show .ggpproduct-show-partone .parameter table
{
    width: 100%;
    margin-top: 20px;

    text-align: center;
}
.inner-product-show .ggpproduct-show-partone .parameter table td,
.inner-product-show .ggpproduct-show-partone .parameter table th
{
    font-size: 16px;
    line-height: 1.5;

    width: 25%;
    padding: 15px 10px;

    text-align: center;

    border: 1px solid #e5e5e5;
}
@media (max-width: 991px)
{
    .inner-product-show .ggpproduct-show-partone .parameter table td,
    .inner-product-show .ggpproduct-show-partone .parameter table th
    {
        font-size: 14px;

        padding: 10px 6px;
    }
}
.inner-product-show .ggpproduct-show-partone .parameter table td
{
    color: #666;
}
.inner-product-show .gdproduct-show-partone
{
    font-size: 0;

    background-color: #fff;
}
.inner-product-show .gdproduct-show-partone .itembox
{
    display: inline-block;
    float: none;

    vertical-align: middle;
}
.inner-product-show .gdproduct-show-partone .text p
{
    font-size: 16px;
    line-height: 48px;

    margin: 0;
}
@media (max-width: 991px)
{
    .inner-product-show .gdproduct-show-partone .text p
    {
        font-size: 15px;
        line-height: 30px;
    }
}
.inner-product-show .gdproduct-show-partone .video .img-box
{
    padding-bottom: 82.19178082%;
}
.inner-product-show .gdproduct-show-partone .video .img-box img
{
    opacity: 1;
}
.inner-product-show .gdproduct-show-parttwo
{
    padding: 100px 0;

    /* background-color: #f9f9f9; */
}
@media (max-width: 991px)
{
    .inner-product-show .gdproduct-show-parttwo
    {
        padding: 60px 0;
    }
}
.inner-product-show .gdproduct-show-parttwo .list ul
{
    font-size: 0;

    margin: 0 -15px;
}
.inner-product-show .gdproduct-show-parttwo .list ul li
{
    display: inline-block;

    /* width: 33.33333333%; */
    width: 25%;
    padding: 0 15px;

    vertical-align: top;
}
@media (max-width: 991px)
{
    .inner-product-show .gdproduct-show-parttwo .list ul li
    {
        width: 50%;
    }
}
.inner-product-show .gdproduct-show-parttwo .list .item
{
    margin-bottom: 100px;

    text-align: center;
}
@media (max-width: 991px)
{
    .inner-product-show .gdproduct-show-parttwo .list .item
    {
        margin-bottom: 50px;
    }
}
.inner-product-show .gdproduct-show-parttwo .list .item:before
{
    font-family: 'iconfont' !important;
    font-size: 44px;
    line-height: 130px;

    display: block;

    width: 130px;
    height: 130px;
    margin: 0 auto;

    content: '\e82f';

    color: #acacac;
    border-radius: 50%;
    background: url(../images/p_bg.png) no-repeat center;
    background-size: cover;
}
@media (max-width: 991px)
{
    .inner-product-show .gdproduct-show-parttwo .list .item:before
    {
        font-size: 34px;
        line-height: 80px;

        width: 80px;
        height: 80px;
    }
}
.inner-product-show .gdproduct-show-parttwo .list .item b
{
    font-size: 16px;
    line-height: 2;

    display: block;

    margin: 10px 0 4px;
}
.inner-product-show .gdproduct-show-parttwo .list .item p
{
    font-size: 14px;
    line-height: 30px;

    max-width: 340px;
    margin: 0 auto;

    color: #666;
}
.inner-product-show .gdproduct-show-parttwo .list .item-2:before
{
    content: '\e64c';
}
.inner-product-show .gdproduct-show-parttwo .list .item-3:before
{
    content: '\e64e';
}
.inner-product-show .gdproduct-show-parttwo .list .item-4:before
{
    content: '\e650';
}
.inner-product-show .gdproduct-show-parttwo .list .item-5:before
{
    content: '\e67b';
}
.inner-product-show .gdproduct-show-parttwo .list .item-6:before
{
    font-size: 60px;

    content: '\e64d';
}
@media (max-width: 991px)
{
    .inner-product-show .gdproduct-show-parttwo .list .item-6:before
    {
        font-size: 50px;
    }
}
.inner-product-show .gdproduct-show-parttwo .list .item:hover:before
{
    -webkit-animation: flipInY 1s 0s ease both;
            animation: flipInY 1s 0s ease both;
}
.inner-product-show .gdproduct-show-parttwo .link
{
    text-align: center;
}
.inner-product-show .gdproduct-show-parttwo .link a
{
    font-size: 16px;
    line-height: 50px;

    display: inline-block;

    width: 160px;
    height: 50px;
    margin-top: 20px;

    -webkit-transition: all .4s;
            transition: all .4s;
    text-align: center;

    border: 1px dashed #666;
    border-radius: 30px;
}
@media (max-width: 767px)
{
    .inner-product-show .gdproduct-show-parttwo .link a
    {
        font-size: 14px;

        width: 150px;
    }
}
@media (max-width: 375px)
{
    .inner-product-show .gdproduct-show-parttwo .link a
    {
        width: 140px;
    }
}
.inner-product-show .gdproduct-show-parttwo .link a.parameter-btn
{
    margin-right: 20px;
}
@media (max-width: 767px)
{
    .inner-product-show .gdproduct-show-parttwo .link a.parameter-btn
    {
        margin-right: 10px;
    }
}
@media (max-width: 375px)
{
    .inner-product-show .gdproduct-show-parttwo .link a.parameter-btn
    {
        margin: 0;
    }
}
.inner-product-show .gdproduct-show-parttwo .link a.parameter-btn:after
{
    font-family: 'iconfont' !important;

    display: inline-block;

    margin-left: 5px;

    content: '\e602';
    vertical-align: middle;
}
.inner-product-show .gdproduct-show-parttwo .link a:hover
{
    color: #fff;
    background-color: #0a3598;
}
.inner-product-show .gdproduct-show-parttwo .parameter
{
    display: none;

    margin-top: 36px;
    padding: 30px 0;

    background-color: #f9f9f9;
}
.inner-product-show .gdproduct-show-parttwo .parameter .parameter-up
{
    font-size: 20px;
    line-height: 64px;

    width: 64px;
    height: 64px;
    margin: 0 auto;

    cursor: pointer;
    -webkit-transition: all .2s;
            transition: all .2s;
    text-align: center;

    border-radius: 50%;
    background-color: #dbdada;
}
.inner-product-show .gdproduct-show-parttwo .parameter .parameter-up:before
{
    font-family: 'iconfont' !important;

    content: '\e622';

    color: #fff;
}
.inner-product-show .gdproduct-show-parttwo .parameter .parameter-up:hover
{
    background-color: #274ea7;
}
.inner-product-show .gdproduct-show-parttwo .parameter table
{
    width: 100%;
    margin-top: 20px;

    text-align: center;
}
.inner-product-show .gdproduct-show-parttwo .parameter table td,
.inner-product-show .gdproduct-show-parttwo .parameter table th
{
    font-size: 16px;
    line-height: 1.5;

    width: 25%;
    padding: 15px 10px;

    text-align: center;

    border: 1px solid #e5e5e5;
}
@media (max-width: 991px)
{
    .inner-product-show .gdproduct-show-parttwo .parameter table td,
    .inner-product-show .gdproduct-show-parttwo .parameter table th
    {
        font-size: 14px;

        padding: 10px 6px;
    }
}
.inner-product-show .gdproduct-show-parttwo .parameter table td
{
    color: #666;
}
.inner-product-show .aqproduct-show-parttwo
{
    background-color: #f9f9f9;
}
.inner-product-show .aqproduct-show-parttwo .list ul
{
    font-size: 0;
	padding-top: 100px;
    margin: 0 -15px;
}
.inner-product-show .aqproduct-show-parttwo .list ul li
{
    display: inline-block;

    width: 25%;
    padding: 0 15px;

    vertical-align: top;
}
@media (max-width: 991px)
{
    .inner-product-show .aqproduct-show-parttwo .list ul li
    {
        width: 33.33333333%;
    }
}
@media (max-width: 767px)
{
    .inner-product-show .aqproduct-show-parttwo .list ul li
    {
        width: 50%;
    }
}
.inner-product-show .aqproduct-show-parttwo .list .item
{
    margin-bottom: 100px;

    text-align: center;
}
@media (max-width: 991px)
{
    .inner-product-show .aqproduct-show-parttwo .list .item
    {
        margin-bottom: 50px;
    }
}
.inner-product-show .aqproduct-show-parttwo .list .item:before
{
    font-family: 'iconfont' !important;
    font-size: 44px;
    line-height: 130px;

    display: block;

    width: 130px;
    height: 130px;
    margin: 0 auto;

    content: '\e651';

    color: #acacac;
    border-radius: 50%;
    background: url(../images/p_bg.png) no-repeat center;
    background-size: cover;
}
@media (max-width: 991px)
{
    .inner-product-show .aqproduct-show-parttwo .list .item:before
    {
        font-size: 34px;
        line-height: 80px;

        width: 80px;
        height: 80px;
    }
}
.inner-product-show .aqproduct-show-parttwo .list .item b
{
    font-size: 16px;
    line-height: 2;

    display: block;

    margin: 10px 0 4px;
}
.inner-product-show .aqproduct-show-parttwo .list .item p
{
    font-size: 14px;
    line-height: 30px;

    max-width: 260px;
    margin: 0 auto;

    color: #666;
}
.inner-product-show .aqproduct-show-parttwo .list .item-2:before
{
    content: '\e652';
}
.inner-product-show .aqproduct-show-parttwo .list .item-3:before
{
    content: '\e656';
}
.inner-product-show .aqproduct-show-parttwo .list .item-4:before
{
    content: '\e654';
}
.inner-product-show .aqproduct-show-parttwo .list .item-5:before
{
    content: '\e70b';
}
.inner-product-show .aqproduct-show-parttwo .list .item-6:before
{
    content: '\e657';
}
.inner-product-show .aqproduct-show-parttwo .list .item-7:before
{
    content: '\e768';
}
.inner-product-show .aqproduct-show-parttwo .list .item:hover:before
{
    -webkit-animation: flipInY 1s 0s ease both;
            animation: flipInY 1s 0s ease both;
}
.inner-product-show .aqproduct-show-partthree
{
    padding: 100px 0;
}
@media (max-width: 991px)
{
    .inner-product-show .aqproduct-show-partthree
    {
        padding: 60px 0;
    }
}
.inner-product-show .aqproduct-show-partthree .title-partthree b
{
    font-size: 32px;
    font-weight: normal;
    line-height: 1;

    display: block;
}
@media (max-width: 991px)
{
    .inner-product-show .aqproduct-show-partthree .title-partthree b
    {
        font-size: 24px;
    }
}
.inner-product-show .aqproduct-show-partthree .partthree
{
    overflow: hidden;

    margin-top: 30px;
}
.inner-product-show .aqproduct-show-partthree .partthree .pic
{
    float: left;

    width: 45%;
    padding-right: 30px;
}
@media (max-width: 1199px)
{
    .inner-product-show .aqproduct-show-partthree .partthree .pic
    {
        width: 100%;
        padding-right: 0;
    }
}
.inner-product-show .aqproduct-show-partthree .partthree .pic img
{
    max-width: 100%;
}
.inner-product-show .aqproduct-show-partthree .partthree .text
{
    float: left;

    width: 55%;
}
@media (max-width: 1199px)
{
    .inner-product-show .aqproduct-show-partthree .partthree .text
    {
        width: 100%;
        margin-top: 30px;
    }
}
.inner-product-show .aqproduct-show-partthree .partthree .text table
{
    width: 100%;

    text-align: center;
}
.inner-product-show .aqproduct-show-partthree .partthree .text table td
{
    line-height: 30px;

    padding: 5px 20px;

    border: 1px solid #e5e5e5;
}
@media (max-width: 1199px)
{
    .inner-product-show .aqproduct-show-partthree .partthree .text table td
    {
        padding: 5px 15px;
    }
}
.inner-product-show .aqproduct-show-partthree .partthree .text table td p
{
    margin: 30px 0;

    text-align: left;
}
.inner-product-show .aqproduct-show-partfour .list ul li
{
    font-size: 0;

    overflow: hidden;
}
.inner-product-show .aqproduct-show-partfour .list ul li:first-child
{
    background-color: #f9f9f9;
}
.inner-product-show .aqproduct-show-partfour .list ul li .pic,
.inner-product-show .aqproduct-show-partfour .list ul li .text
{
    float: left;
    overflow: hidden;

    width: 50%;
}
@media (max-width: 991px)
{
    .inner-product-show .aqproduct-show-partfour .list ul li .pic,
    .inner-product-show .aqproduct-show-partfour .list ul li .text
    {
        width: 100%;
    }
}
@media (max-width: 1500px)
{
    .inner-product-show .aqproduct-show-partfour .list ul li .pic img
    {
        margin-left: -25%;
    }
}
@media (max-width: 991px)
{
    .inner-product-show .aqproduct-show-partfour .list ul li .pic img
    {
        max-width: 100%;
        margin: 0;
    }
}
.inner-product-show .aqproduct-show-partfour .list ul li .text b
{
    font-size: 20px;
    font-weight: normal;
    line-height: 1.5;

    display: block;

    margin-bottom: 10px;
}
@media (max-width: 767px)
{
    .inner-product-show .aqproduct-show-partfour .list ul li .text b
    {
        font-size: 18px;

        margin-bottom: 10px;
    }
}
.inner-product-show .aqproduct-show-partfour .list ul li .text p
{
    font-size: 16px;
    line-height: 2;

    margin: 0;
}
@media (max-width: 767px)
{
    .inner-product-show .aqproduct-show-partfour .list ul li .text p
    {
        font-size: 15px;
    }
}
.inner-product-show .aqproduct-show-partfour .list ul li .text p span
{
    font-size: 28px;
    font-weight: bold;
}
@media (max-width: 767px)
{
    .inner-product-show .aqproduct-show-partfour .list ul li .text p span
    {
        font-size: 24px;
    }
}
.inner-product-show .aqproduct-show-partfour .list ul li .text .note
{
    display: inline-block;

    width: 50%;
    max-width: 200px;

    vertical-align: top;
}
@media (max-width: 767px)
{
    .inner-product-show .aqproduct-show-partfour .list ul li .text .note
    {
        width: 100%;
        margin: 10px 0;
    }
}
.inner-product-show .aqproduct-show-partfour .list ul li .text .tpic
{
    display: inline-block;

    width: 50%;

    vertical-align: top;
}
@media (max-width: 767px)
{
    .inner-product-show .aqproduct-show-partfour .list ul li .text .tpic
    {
        width: 100%;
    }
}
.inner-product-show .aqproduct-show-partfour .list ul li:nth-child(2n) .pic
{
    float: right;
}
.inner-product-show .aqproduct-show-partfour .list ul li:nth-child(2n) .text
{
    padding: 6% 8% 0 12%;
}
@media (max-width: 1500px)
{
    .inner-product-show .aqproduct-show-partfour .list ul li:nth-child(2n) .text
    {
        padding: 6% 6% 0 4%;
    }
}
@media (max-width: 991px)
{
    .inner-product-show .aqproduct-show-partfour .list ul li:nth-child(2n) .text
    {
        padding: 30px 15px;
    }
}
.inner-product-show .aqproduct-show-partfour .list ul li:nth-child(2n+1) .text
{
    padding: 6% 12% 0 8%;
}
@media (max-width: 1500px)
{
    .inner-product-show .aqproduct-show-partfour .list ul li:nth-child(2n+1) .text
    {
        padding: 6% 4% 0 6%;
    }
}
@media (max-width: 991px)
{
    .inner-product-show .aqproduct-show-partfour .list ul li:nth-child(2n+1) .text
    {
        padding: 30px 15px;
    }
}
.inner-product-show .aqproduct-show-partfour .list ul li:nth-child(3) .text .note
{
    max-width: 300px;
}
.inner-product-show .aqproduct-show-partfive
{
    padding: 50px 0 100px;

    /* background-color: #f9f9f9; */
}
@media (max-width: 991px)
{
    .inner-product-show .aqproduct-show-partfive
    {
        padding: 10px 0 60px;
    }
}
.inner-product-show .aqproduct-show-partfive .list ul
{
    font-size: 0;

    margin: 0 -15px;
}
.inner-product-show .aqproduct-show-partfive .list ul li
{
    display: inline-block;

    width: 25%;
    padding: 0 15px;

    vertical-align: top;
}
@media (max-width: 991px)
{
    .inner-product-show .aqproduct-show-partfive .list ul li
    {
        width: 33.33333333%;
    }
}
@media (max-width: 767px)
{
    .inner-product-show .aqproduct-show-partfive .list ul li
    {
        width: 50%;
    }
}
.inner-product-show .aqproduct-show-partfive .list .item
{
    margin-top: 50px;

    text-align: center;
}
.inner-product-show .aqproduct-show-partfive .list .item:before
{
    font-family: 'iconfont' !important;
    font-size: 50px;
    line-height: 120px;

    display: block;

    width: 120px;
    height: 120px;
    margin: 0 auto;

    content: '\e658';

    color: #acacac;
    border: 1px dashed #a7a6a6;
    border-radius: 50%;
}
@media (max-width: 991px)
{
    .inner-product-show .aqproduct-show-partfive .list .item:before
    {
        font-size: 34px;
        line-height: 80px;

        width: 80px;
        height: 80px;
    }
}
.inner-product-show .aqproduct-show-partfive .list .item b
{
    font-size: 16px;
    line-height: 2;

    display: block;

    margin: 10px 0 4px;
}
.inner-product-show .aqproduct-show-partfive .list .item p
{
    font-size: 14px;
    line-height: 30px;

    max-width: 260px;
    margin: 0 auto;

    color: #666;
}
.inner-product-show .aqproduct-show-partfive .list .item-2:before
{
    content: '\e65c';
}
.inner-product-show .aqproduct-show-partfive .list .item-3:before
{
    font-size: 60px;

    content: '\e6a2';
}
@media (max-width: 991px)
{
    .inner-product-show .aqproduct-show-partfive .list .item-3:before
    {
        font-size: 50px;
    }
}
.inner-product-show .aqproduct-show-partfive .list .item-4:before
{
    content: '\e70c';
}
.inner-product-show .aqproduct-show-partfive .list .item:hover:before
{
    -webkit-animation: flipInY 1s 0s ease both;
            animation: flipInY 1s 0s ease both;
}
.inner-product-show .aqproduct-show-partsix
{
    padding: 80px 0;
}
@media (max-width: 991px)
{
    .inner-product-show .aqproduct-show-partsix
    {
        padding: 60px 0;
    }
}
.inner-product-show .aqproduct-show-partsix .pic img
{
    max-width: 100%;
}
.inner-product-show .aqproduct-show-partsix .text
{
    margin-top: 30px;
}
.inner-product-show .aqproduct-show-partsix .text p
{
    line-height: 2;

    margin: 0;
}
.inner-product-show .aqproduct-show-partseven
{
    padding: 80px 0;

    background-color: #f9f9f9;
}
@media (max-width: 991px)
{
    .inner-product-show .aqproduct-show-partseven
    {
        padding: 60px 0;
    }
}
.inner-product-show .aqproduct-show-partseven .title-partseven b
{
    font-size: 26px;
    font-weight: normal;
    line-height: 1;

    display: block;
}
.inner-product-show .aqproduct-show-partseven .title-partseven p
{
    font-size: 16px;
    line-height: 2;

    margin: 10px 0 0 0;
}
.inner-product-show .aqproduct-show-partseven .partseven
{
    font-size: 0;

    overflow: hidden;

    margin: 0 -8px;
}
.inner-product-show .aqproduct-show-partseven .partseven .left
{
    float: left;

    width: 49.25%;
}
@media (max-width: 767px)
{
    .inner-product-show .aqproduct-show-partseven .partseven .left
    {
        width: 100%;
    }
}
.inner-product-show .aqproduct-show-partseven .partseven .left ul li
{
    display: inline-block;

    width: 50%;

    vertical-align: top;
}
.inner-product-show .aqproduct-show-partseven .partseven .right
{
    float: left;

    width: 50.75%;
}
@media (max-width: 767px)
{
    .inner-product-show .aqproduct-show-partseven .partseven .right
    {
        width: 100%;
    }
}
.inner-product-show .aqproduct-show-partseven .partseven .item
{
    padding: 8px;
}
.inner-product-show .aqproduct-show-partseven .partseven .left .img-box
{
    padding-bottom: 67.6300578%;
}
.inner-product-show .aqproduct-show-partseven .partseven .right .img-box
{
    padding-bottom: 66.66666667%;
}
.inner-news .news
{
    margin-top: -42px;
}
@media (max-width: 991px)
{
    .inner-news .news
    {
        margin-top: -30px;
    }
}
.inner-news .news .row
{
    margin: 0 -22px;
}
@media (max-width: 1500px)
{
    .inner-news .news .row
    {
        margin: 0 -15px;
    }
}
.inner-news .news .itembox
{
    padding: 0 22px;
}
@media (max-width: 1500px)
{
    .inner-news .news .itembox
    {
        padding: 0 15px;
    }
}
.inner-news .news .item
{
    display: block;

    margin-top: 42px;

    border: 1px solid #e5e5e5;
}
@media (max-width: 991px)
{
    .inner-news .news .item
    {
        margin-top: 30px;
    }
}
.inner-news .news .item .img-box
{
    padding-bottom: 77.77777778%;
}
.inner-news .news .item .img-box img
{
    -webkit-transition: all 1s;
            transition: all 1s;
}
.inner-news .news .item .note
{
    padding: 14px;
}
.inner-news .news .item .note b
{
    font-size: 14px;
    line-height: 28px;

    display: -webkit-box;
    overflow: hidden;

    height: 28px;

    -webkit-transition: all .4s;
            transition: all .4s;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
.inner-news .news .item .note span
{
    font-size: 12px;
    line-height: 2;

    display: block;

    color: #b8b5b5;
}
.inner-news .news .item .note p
{
    font-size: 14px;
    line-height: 32px;

    display: -webkit-box;
    overflow: hidden;

    height: 64px;

    -webkit-transition: all .4s;
            transition: all .4s;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.inner-news .news .item .note p i
{
    font-style: normal;

    color: #b3b1b1;
}
.inner-news .news .item:hover .img-box img
{
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
}
.inner-news .news .item:hover .note b
{
    font-size: 16px;

    color: #274ea7;
}
.inner-news .news .item:hover .note p
{
    color: #274ea7;
}
.inner-news .news .item:hover .note p i
{
    color: #ea5317;
}
.inner-news-show
{
    overflow: hidden;

    margin-bottom: 20px;
    padding-bottom: 0;
}
.inner-news-show .title-news-show h1
{
    font-size: 26px;
    font-weight: bold;
    line-height: 1.66666667;

    margin: 0;
}
@media (max-width: 991px)
{
    .inner-news-show .title-news-show h1
    {
        font-size: 20px;
    }
}
.inner-news-show .title-news-show .info
{
    overflow: hidden;

    margin-top: 10px;
    margin-left: -30px;
}
.inner-news-show .title-news-show .info span
{
    line-height: 30px;

    display: inline-block;

    margin-left: 30px;

    vertical-align: middle;

    color: #c9c8c8;
}
.inner-news-show .title-news-show .info .share
{
    display: inline-block;

    height: 30px;

    vertical-align: middle;
}
@media (max-width: 767px)
{
    .inner-news-show .title-news-show .info .share
    {
        display: inline-block;
    }
}
.inner-news-show .title-news-show .info .bdsharebuttonbox
{
    -webkit-transition: all .2s;
            transition: all .2s;
}
.inner-news-show .title-news-show .info .bdsharebuttonbox a
{
    margin: 0;
    padding: 0 6px;

    background: none;
}
.inner-news-show .title-news-show .info .bdsharebuttonbox a:before
{
    font-family: 'iconfont';
    font-size: 18px;
    line-height: 30px;

    display: inline-block;

    width: 30px;
    height: 30px;

    content: '\e62d';
    text-align: center;

    color: #fff;
    border-radius: 50%;
    background-color: #b7b7b7;
    background-color: none;
}
.inner-news-show .title-news-show .info .bdsharebuttonbox a:hover
{
    opacity: 1;
}
.inner-news-show .title-news-show .info .bdsharebuttonbox a:hover:before
{
    background-color: #274ea7;
}
.inner-news-show .title-news-show .info .bdsharebuttonbox .bds_sqq:before
{
    content: '\e62d';
}
.inner-news-show .title-news-show .info .bdsharebuttonbox .bds_tsina:before
{
    content: '\e62f';
}
.inner-news-show .title-news-show .info .bdsharebuttonbox .bds_weixin:before
{
    content: '\e604';
}
.inner-news-show .title-news-show .info .bdsharebuttonbox .bds_mshare:before
{
    content: '\e61b';
}
.inner-news-show .left
{
    float: left;

    width: 70%;
    margin-top: 14px;
    padding-right: 40px;
}
@media (max-width: 991px)
{
    .inner-news-show .left
    {
        width: 100%;
        padding-right: 0;
    }
}
.inner-news-show .right
{
    float: left;

    width: 30%;
    margin-bottom: -9999px;
    padding-bottom: 9999px;

    background-color: #f6f5f5;
}
@media (max-width: 991px)
{
    .inner-news-show .right
    {
        width: 100%;
        margin-top: 30px;
        margin-bottom: 0;
        padding-bottom: 0;
    }
}
.inner-news-show .news-show
{
    overflow: hidden;
}
.inner-news-show .news-show img
{
    max-width: 100%;
}
.inner-news-show .news-show p
{
    font-size: 14px;
    line-height: 2.28571429;

    margin: 0;

    color: #666;
}
.inner-news-show .hot-news
{
    padding: 30px;
}
@media (max-width: 991px)
{
    .inner-news-show .hot-news
    {
        padding: 30px 10px;
    }
}
.inner-news-show .hot-news .title-hot b
{
    font-size: 20px;
    line-height: 1.5;

    display: block;
}
.inner-news-show .hot-news .list ul li
{
    border-bottom: 1px solid #dcdcdc;
}
.inner-news-show .hot-news .list .item
{
    display: block;
    overflow: hidden;

    padding: 24px 0;
}
.inner-news-show .hot-news .list .item .pic
{
    float: left;

    width: 30%;
}
.inner-news-show .hot-news .list .item .pic .img-box
{
    padding-bottom: 57.77777778%;
}
.inner-news-show .hot-news .list .item .pic .img-box img
{
    -webkit-transition: all 1s;
            transition: all 1s;
}
.inner-news-show .hot-news .list .item .note
{
    float: left;

    width: 70%;
    padding-left: 10px;
}
.inner-news-show .hot-news .list .item .note p
{
    font-size: 14px;
    line-height: 32px;

    display: -webkit-box;
    overflow: hidden;

    height: 32px;
    margin: 4px 0 0 0;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
@media (max-width: 991px)
{
    .inner-news-show .hot-news .list .item .note p
    {
        margin: 0;
    }
}
.inner-news-show .hot-news .list .item .note span
{
    font-size: 14px;

    display: block;

    color: #c5c5c5;
}
.inner-news-show .hot-news .list .item:hover .pic .img-box img
{
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
}
.inner-news-show .hot-news .list .item:hover .note p
{
    color: #274ea7;
}
.inner-news-show .hot-news .relate a
{
    line-height: 48px;

    display: block;
    display: -webkit-box;
    overflow: hidden;

    height: 48px;
    margin-top: 24px;
    padding: 0 20px;

    -webkit-transition: all .4s;
            transition: all .4s;

    border: 1px solid #e5e5e5;
    border-radius: 30px;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
.inner-news-show .hot-news .relate a:hover
{
    color: #fff;
    background-color: #274ea7;
}
.inner-service .service
{
    text-align: center;
}
.inner-service .service .item
{
    display: block;

    margin: 30px 0;
}
.inner-service .service .item:before
{
    font-family: 'iconfont' !important;
    font-size: 60px;
    line-height: 200px;

    display: block;

    width: 200px;
    height: 200px;
    margin: 0 auto;

    content: '\e647';
    -webkit-transition: all .4s;
            transition: all .4s;

    color: #fff;
    border-radius: 50%;
    background-color: #e5e2e2;
}
@media (max-width: 767px)
{
    .inner-service .service .item:before
    {
        font-size: 50px;
        line-height: 150px;

        width: 150px;
        height: 150px;
    }
}
.inner-service .service .item-2:before
{
    font-size: 80px;

    content: '\e64b';
}
@media (max-width: 767px)
{
    .inner-service .service .item-2:before
    {
        font-size: 60px;
    }
}
.inner-service .service .item-3:before
{
    font-size: 50px;

    content: '\e648';
}
@media (max-width: 767px)
{
    .inner-service .service .item-3:before
    {
        font-size: 40px;
    }
}
.inner-service .service .item p
{
    font-size: 14px;
    font-weight: bold;

    margin: 10px 0 0 0;
}
.inner-service .service .item:hover:before
{
    -webkit-animation: swing 1s 0s ease both;
            animation: swing 1s 0s ease both;

    background-color: #274ea7;
}
.inner-service .service .item:hover p
{
    color: #274ea7;
}
.inner-software ul.software-sort
{
    font-size: 0;
}
.inner-software ul.software-sort li
{
    display: inline-block;

    width: 25%;
    margin-top: 6px;

    text-align: center;
    vertical-align: top;

    background-color: #f2f2f2;
}
@media (max-width: 991px)
{
    .inner-software ul.software-sort li
    {
        width: 50%;
    }
}
.inner-software ul.software-sort li a
{
    font-size: 14px;
    line-height: 30px;

    display: block;

    padding: 7px;

    border-right: 1px solid #dbdbdc;
}
.inner-software ul.software-sort li.active
{
    background-color: #274ea7;
}
.inner-software ul.software-sort li.active a
{
    color: #fff;
}
.inner-software .softwarelist
{
    padding: 20px 30px;
}
@media (max-width: 767px)
{
    .inner-software .softwarelist
    {
        padding: 20px 0;
    }
}
.inner-software .softwarelist .text
{
    display: table;

    width: 100%;
    padding-bottom: 20px;

    border-bottom: 1px solid #eee;
}
@media (max-width: 767px)
{
    .inner-software .softwarelist .text
    {
        display: block;
    }
}
.inner-software .softwarelist .text .pic
{
    display: table-cell;

    width: 20%;

    vertical-align: top;
}
@media (max-width: 767px)
{
    .inner-software .softwarelist .text .pic
    {
        display: block;

        width: 100%;
    }
}
.inner-software .softwarelist .text .note
{
    display: table-cell;

    width: 80%;
    padding: 10px 20px 10px 40px;

    vertical-align: top;

    border-left: 1px solid #ededed;
}
@media (max-width: 767px)
{
    .inner-software .softwarelist .text .note
    {
        width: 100%;
        padding: 10px 0;

        border-left: 0;
    }
}
.inner-software .softwarelist .text .note p
{
    font-size: 14px;
    line-height: 2.28571429;

    margin: 0;

    color: #666;
}
.inner-software .softwarelist .text .note ul li
{
    list-style-type: disc;
}
.inner-software .softwarelist .list
{
    margin-top: 30px;
}
.inner-software .softwarelist .list ul
{
    font-size: 0;

    margin: 0 -7px;
}
.inner-software .softwarelist .list ul li
{
    display: inline-block;

    width: 33.33333333%;
    margin-top: 20px;
    padding: 0 7px;

    vertical-align: top;
}
@media (max-width: 767px)
{
    .inner-software .softwarelist .list ul li
    {
        width: 50%;
    }
}
.inner-software .softwarelist .list .item
{
    text-align: center;
}
.inner-software .softwarelist .list .item .img-box
{
    padding-bottom: 62.66666667%;
}
.inner-software .softwarelist .list .item p
{
    font-size: 14px;
    line-height: 1.71428571;

    margin: 14px 0 0 0;
}
.inner-download .notice p
{
    font-size: 16px;
    font-weight: bold;
    line-height: 2;

    margin: 0;
}
.inner-download .notice p a
{
    color: #ea5317;
}
.inner-download .notice p a:hover
{
    color: #274ea7;
}
.inner-download .download
{
    margin-top: 30px;
}
.inner-download .download ul li
{
    font-size: 0;

    overflow: hidden;

    border-bottom: 1px solid #e5e5e5;
}
.inner-download .download ul li:first-child
{
    background-color: #f6f5f4;
}
.inner-download .download ul li:first-child p
{
    color: #333;
}
.inner-download .download ul li p
{
    font-size: 16px;
    line-height: 24px;

    display: inline-block;

    width: 50%;
    margin: 0;
    padding: 15px 20px;

    vertical-align: middle;

    color: #666;
}
.inner-download .download ul li p:nth-child(5)
{
    width: 12%;
}
@media (max-width: 991px)
{
    .inner-download .download ul li p
    {
        font-size: 14px;

        padding: 10px 4px;
    }
}
@media (max-width: 375px)
{
    .inner-download .download ul li p
    {
        font-size: 13px;
    }
}
.inner-download .download ul li .item
{
    display: block;

    -webkit-transition: all .2s;
            transition: all .2s;
}
.inner-download .download ul li .item:hover
{
    background-color: #d0ebfb;
}
.inner-download .download ul li .item:hover p:nth-child(5)
{
    color: #274ea7;
}
.fixed-registered
{
    position: fixed;
    z-index: 10;
    top: 0;
    left: 0;

    width: 100%;
    height: 100%;

    background-color: rgba(0, 0, 0, .6);
}
.fixed-registered .registered
{
    position: fixed;
    top: 50%;
    left: 50%;

    overflow: auto;

    width: 100%;
    max-width: 430px;
    max-height: 100%;
    padding: 60px 30px 30px 30px;

    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);

    background-color: #ebebeb;
}
@media (max-width: 767px)
{
    .fixed-registered .registered
    {
        max-height: 90%;
        padding: 50px 10px 30px 10px;
    }
}
.fixed-registered .registered .registered-close
{
    font-size: 30px;
    line-height: 1;

    position: absolute;
    top: 10px;
    right: 10px;

    cursor: pointer;

    color: #274ea7;
}
.fixed-registered .registered .registered-close:after
{
    font-family: 'iconfont' !important;

    content: '\e633';
}
.fixed-registered .registered .info
{
    padding: 20px;

    background-color: #fff;
}
.fixed-registered .registered .info b
{
    font-size: 18px;
}
.fixed-registered .registered .info ul li
{
    overflow: hidden;

    margin-top: 16px;
}
.fixed-registered .registered .info ul li:nth-child(3) input,
.fixed-registered .registered .info ul li:nth-child(4) input
{
    float: left;

    width: 52%;

    border-right: none;
}
.fixed-registered .registered .info .code
{
    float: left;

    width: 48%;
}
.fixed-registered .registered .info .code img
{
    max-width: 100%;
}
.fixed-registered .registered .info .getcode
{
    line-height: 46px;

    -webkit-transition: all .2s;
            transition: all .2s;
    text-align: center;

    color: #ffab25;
    background-color: #ffefd5;
}
.fixed-registered .registered .info .getcode a
{
    display: block;
}
.fixed-registered .registered .info .getcode:hover
{
    color: #fff;
    background-color: #ffab25;
}
.fixed-registered .registered .info input
{
    font-size: 14px;
    line-height: 24px;

    width: 100%;
    min-height: 46px;
    padding: 10px 12px;

    border: 1px solid #e5e5e5;
}
.fixed-registered .registered .info input::-webkit-input-placeholder,
.fixed-registered .registered .info textarea::-webkit-input-placeholder
{
    color: #b5b5b5;
}
.fixed-registered .registered .info input:-o-placeholder,
.fixed-registered .registered .info textarea:-o-placeholder
{
    color: #b5b5b5;
}
.fixed-registered .registered .info input::-moz-placeholder,
.fixed-registered .registered .info textarea::-moz-placeholder
{
    color: #b5b5b5;
}
.fixed-registered .registered .info input:-ms-input-placeholder,
.fixed-registered .registered .info textarea:-ms-input-placeholder
{
    color: #b5b5b5;
}
.fixed-registered .registered .info input:focus::-webkit-input-placeholder,
.fixed-registered .registered .info textarea:focus::-webkit-input-placeholder
{
    color: #c5c5c5;
}
.fixed-registered .registered .info input:focus::-o-placeholder,
.fixed-registered .registered .info textarea:focus::-o-placeholder
{
    color: #c5c5c5;
}
.fixed-registered .registered .info input:focus::-moz-placeholder,
.fixed-registered .registered .info textarea:focus::-moz-placeholder
{
    color: #c5c5c5;
}
.fixed-registered .registered .info input:focus::-ms-input-placeholder,
.fixed-registered .registered .info textarea:focus::-ms-input-placeholder
{
    color: #c5c5c5;
}
.fixed-registered .registered .info .js-check
{
    font-size: 16px;
    font-size: 0;
    line-height: 26px;

    position: relative;

    overflow: hidden;

    width: 100%;
    padding-left: 70px;
}
.fixed-registered .registered .info .js-check h3
{
    font-size: 14px;
    line-height: 26px;

    position: absolute;
    top: 0;
    left: 0;

    margin: 0;

    color: #b5b5b5;
}
.fixed-registered .registered .info .js-check i
{
    display: inline-block;

    margin: 0 10px;

    vertical-align: middle;
}
.fixed-registered .registered .info .js-check label
{
    font-size: 14px;
    font-weight: normal;

    position: relative;

    display: inline-block;
    overflow: hidden;

    width: 50%;
    padding: 0 0;

    cursor: pointer;
    vertical-align: middle;

    color: #b5b5b5;
}
@media (max-width: 991px)
{
    .fixed-registered .registered .info .js-check label
    {
        font-size: 14px;
    }
}
.fixed-registered .registered .info .js-check label input
{
    width: auto;

    cursor: pointer;
}
.fixed-registered .registered .info .js-check label i
{
    position: relative;

    float: left;

    width: 18px;
    height: 18px;

    vertical-align: middle;
}
.fixed-registered .registered .info .js-check label i:before
{
    position: relative;

    display: inline-block;

    width: 18px;
    height: 18px;

    content: '';
    cursor: pointer;
    vertical-align: middle;

    border: 1px solid #e5e5e5;
}
.fixed-registered .registered .info .js-check label.checked i:after
{
    font-family: 'iconfont' !important;
    font-size: 24px;
    line-height: 1;

    position: absolute;
    bottom: -5px;
    left: 0;

    content: '\e77f';
    text-align: center;

    color: #f38e47;
}
.fixed-registered .registered .info .js-check input[type=radio],
.fixed-registered .registered .info .js-check input[type=checkbox]
{
    width: 4px;
    height: 4px;
    min-height: auto;
    margin: 0 0 0 0;

    opacity: 0;
    border: 1px solid #cfcfcf;
    border-radius: 50%;
    background: #fff;
}
.fixed-registered .registered .info .submit
{
    font-size: 16px;
    line-height: 46px;

    width: 100%;
    padding: 0;

    -webkit-transition: all .2s;
            transition: all .2s;

    color: #fff;
    border-radius: 0;
    outline: none;
    background-color: #ffab25;
    box-shadow: none;
}
.fixed-registered .registered .info .submit:hover
{
    background-color: #e78f03;
}
.fixed-rsucessfull
{
    position: fixed;
    z-index: 10;
    top: 0;
    left: 0;

    width: 100%;
    height: 100%;

    background-color: rgba(0, 0, 0, .6);
}
.fixed-rsucessfull .rsucessfull
{
    position: fixed;
    top: 30%;
    left: 50%;

    width: 100%;
    max-width: 940px;
    padding: 50px 20px;

    -webkit-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
    text-align: center;

    background-color: #fff;
}
@media (max-width: 767px)
{
    .fixed-rsucessfull .rsucessfull
    {
        left: 2%;

        max-width: 96%;

        -webkit-transform: translate(0%, 0);
            -ms-transform: translate(0%, 0);
                transform: translate(0%, 0);
    }
}
.fixed-rsucessfull .rsucessfull .title-rsucessfull b
{
    font-size: 30px;

    display: block;
}
@media (max-width: 767px)
{
    .fixed-rsucessfull .rsucessfull .title-rsucessfull b
    {
        font-size: 24px;
    }
}
.fixed-rsucessfull .rsucessfull .text
{
    padding: 30px;
}
.fixed-rsucessfull .rsucessfull .text p
{
    font-size: 14px;
    line-height: 2;

    margin: 0;

    color: #274ea7;
}
.fixed-rsucessfull .rsucessfull .link a
{
    font-size: 14px;
    line-height: 40px;

    display: inline-block;

    padding: 0 30px;

    -webkit-transition: all .2s;
            transition: all .2s;

    color: #fff;
    background-color: #274ea7;
}
.fixed-rsucessfull .rsucessfull .link a.skip
{
    margin-left: 30px;

    background-color: #616161;
}
@media (max-width: 767px)
{
    .fixed-rsucessfull .rsucessfull .link a.skip
    {
        margin-left: 10px;
    }
}
.fixed-rsucessfull .rsucessfull .link a:hover
{
    background-color: #0a3598;
}
.inner-perfect .perfect h4
{
    font-size: 16px;
    line-height: 2;
}
.inner-perfect .perfect form
{
    max-width: 810px;
}
.inner-perfect .perfect form ul li
{
    margin-top: 22px;
}
@media (max-width: 767px)
{
    .inner-perfect .perfect form ul li
    {
        margin-top: 14px;
    }
}
.inner-perfect .perfect form ul li:nth-child(1),
.inner-perfect .perfect form ul li:nth-child(2),
.inner-perfect .perfect form ul li:nth-child(3),
.inner-perfect .perfect form ul li:nth-child(4),
.inner-perfect .perfect form ul li:nth-child(5),
.inner-perfect .perfect form ul li:nth-child(6)
{
    position: relative;

    width: 100%;
    padding: 0 10px;
    padding-left: 220px;

    border: 1px solid #e5e5e5;
}
@media (max-width: 767px)
{
    .inner-perfect .perfect form ul li:nth-child(1),
    .inner-perfect .perfect form ul li:nth-child(2),
    .inner-perfect .perfect form ul li:nth-child(3),
    .inner-perfect .perfect form ul li:nth-child(4),
    .inner-perfect .perfect form ul li:nth-child(5),
    .inner-perfect .perfect form ul li:nth-child(6)
    {
        padding-left: 0;

        border: none;
    }
}
.inner-perfect .perfect form ul li:nth-child(1) input,
.inner-perfect .perfect form ul li:nth-child(2) input,
.inner-perfect .perfect form ul li:nth-child(3) input,
.inner-perfect .perfect form ul li:nth-child(4) input,
.inner-perfect .perfect form ul li:nth-child(5) input,
.inner-perfect .perfect form ul li:nth-child(6) input
{
    line-height: 30px;

    width: 100%;
    padding: 10px;
}
@media (max-width: 767px)
{
    .inner-perfect .perfect form ul li:nth-child(1) input,
    .inner-perfect .perfect form ul li:nth-child(2) input,
    .inner-perfect .perfect form ul li:nth-child(3) input,
    .inner-perfect .perfect form ul li:nth-child(4) input,
    .inner-perfect .perfect form ul li:nth-child(5) input,
    .inner-perfect .perfect form ul li:nth-child(6) input
    {
        padding: 5px 10px;

        border: 1px solid #e5e5e5;
    }
}
.inner-perfect .perfect form ul li:nth-child(1) i,
.inner-perfect .perfect form ul li:nth-child(2) i,
.inner-perfect .perfect form ul li:nth-child(3) i,
.inner-perfect .perfect form ul li:nth-child(4) i,
.inner-perfect .perfect form ul li:nth-child(5) i,
.inner-perfect .perfect form ul li:nth-child(6) i
{
    font-style: normal;

    color: #c0c0c0;
}
.inner-perfect .perfect form ul li:nth-child(1) b,
.inner-perfect .perfect form ul li:nth-child(2) b,
.inner-perfect .perfect form ul li:nth-child(3) b,
.inner-perfect .perfect form ul li:nth-child(4) b,
.inner-perfect .perfect form ul li:nth-child(5) b,
.inner-perfect .perfect form ul li:nth-child(6) b
{
    font-weight: normal;

    color: #274ea7;
}
.inner-perfect .perfect form ul li:nth-child(1) p,
.inner-perfect .perfect form ul li:nth-child(2) p,
.inner-perfect .perfect form ul li:nth-child(3) p,
.inner-perfect .perfect form ul li:nth-child(4) p,
.inner-perfect .perfect form ul li:nth-child(5) p,
.inner-perfect .perfect form ul li:nth-child(6) p
{
    position: absolute;
    top: 0;
    left: 10px;
}
@media (max-width: 767px)
{
    .inner-perfect .perfect form ul li:nth-child(1) p,
    .inner-perfect .perfect form ul li:nth-child(2) p,
    .inner-perfect .perfect form ul li:nth-child(3) p,
    .inner-perfect .perfect form ul li:nth-child(4) p,
    .inner-perfect .perfect form ul li:nth-child(5) p,
    .inner-perfect .perfect form ul li:nth-child(6) p
    {
        line-height: 2;

        position: relative;
        left: 0;
    }
}
.inner-perfect .perfect form ul li:nth-child(2)
{
    padding-left: 50px;
}
@media (max-width: 767px)
{
    .inner-perfect .perfect form ul li:nth-child(2)
    {
        padding-left: 0;
    }
}
.inner-perfect .perfect form ul li:nth-child(3),
.inner-perfect .perfect form ul li:nth-child(5)
{
    padding-left: 80px;
}
@media (max-width: 767px)
{
    .inner-perfect .perfect form ul li:nth-child(3),
    .inner-perfect .perfect form ul li:nth-child(5)
    {
        padding-left: 0;
    }
}
.inner-perfect .perfect form ul li:nth-child(4)
{
    padding-left: 60px;
}
@media (max-width: 767px)
{
    .inner-perfect .perfect form ul li:nth-child(4)
    {
        padding-left: 0;
    }
}
.inner-perfect .perfect form ul li:nth-child(6)
{
    padding-left: 240px;
}
@media (max-width: 767px)
{
    .inner-perfect .perfect form ul li:nth-child(6)
    {
        padding-left: 0;
    }
}
.inner-perfect .perfect form ul li p
{
    font-size: 14px;
    line-height: 50px;

    display: inline-block;

    margin: 0;

    vertical-align: middle;

    color: #7a7777;
}
.inner-perfect .perfect form ul li .js-check
{
    font-size: 14px;
    line-height: 50px;

    display: inline-block;
    overflow: hidden;

    vertical-align: middle;

    color: #7a7777;
}
.inner-perfect .perfect form ul li .js-check i
{
    display: inline-block;

    margin: 0 10px;

    vertical-align: middle;
}
.inner-perfect .perfect form ul li .js-check label
{
    font-weight: 300;

    position: relative;

    display: inline-block;

    margin: 0 30px 0 0;

    cursor: pointer;
}
@media (max-width: 991px)
{
    .inner-perfect .perfect form ul li .js-check label
    {
        margin-right: 10px;
    }
}
.inner-perfect .perfect form ul li .js-check label input
{
    width: auto;
    margin-right: 0;

    cursor: pointer;
}
.inner-perfect .perfect form ul li .js-check label:after
{
    position: relative;
    position: absolute;
    z-index: 2;
    top: 20px;
    left: 0;

    display: inline-block;
    float: left;
    overflow: hidden;

    width: 10px;
    height: 10px;

    content: '';
    cursor: pointer;

    border: 1px solid #ddd;
    border-radius: 50%;
}
.inner-perfect .perfect form ul li .js-check label i
{
    position: absolute;
    z-index: 1;
    top: 20px;
    left: -10px;

    display: inline-block;
    overflow: hidden;

    width: 10px;
    height: 10px;

    border-radius: 50%;
    background-color: #fff;
}
.inner-perfect .perfect form ul li .js-check label.checked i
{
    z-index: 3;

    background-color: #274ea7;
}
.inner-perfect .perfect form ul li .js-check input[type=radio]
{
    width: 10px;
    height: 10px;
    min-height: auto;
    margin: 0 0 0 0;

    opacity: 0;
    border: 1px solid #cfcfcf;
    border-radius: 50%;
    background: #fff;
}
.inner-perfect .perfect form ul li h5
{
    font-size: 14px;
    line-height: 2;

    margin: 0;

    color: #7a7777;
}
.inner-perfect .perfect form ul li .submit
{
    font-size: 16px;
    line-height: 48px;

    padding: 0 40px;

    -webkit-transition: all .2s;
            transition: all .2s;

    color: #fff;
    border-radius: 0;
    outline: none;
    background-color: #274ea7;
    box-shadow: none;
}
@media (max-width: 767px)
{
    .inner-perfect .perfect form ul li .submit
    {
        font-size: 15px;
        line-height: 40px;
    }
}
.inner-perfect .perfect form ul li .submit:hover
{
    background-color: #0a3598;
}
.fixed-usucessfull
{
    position: fixed;
    z-index: 10;
    top: 0;
    left: 0;

    width: 100%;
    height: 100%;

    background-color: rgba(0, 0, 0, .8);
}
.fixed-usucessfull .usucessfull-close
{
    font-size: 30px;
    line-height: 1;

    position: absolute;
    top: 10px;
    right: 10px;

    cursor: pointer;

    color: #333;
}
.fixed-usucessfull .usucessfull-close:after
{
    font-family: 'iconfont' !important;

    content: '\e633';
}
.fixed-usucessfull .usucessfull-close:hover
{
    color: #274ea7;
}
.fixed-usucessfull .usucessfull
{
    position: fixed;
    top: 30%;
    left: 50%;

    width: 100%;
    max-width: 940px;
    padding: 80px 20px;

    -webkit-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
    text-align: center;

    background-color: #fff;
}
@media (max-width: 767px)
{
    .fixed-usucessfull .usucessfull
    {
        left: 2%;

        max-width: 96%;

        -webkit-transform: translate(0%, 0);
            -ms-transform: translate(0%, 0);
                transform: translate(0%, 0);
    }
}
.fixed-usucessfull .usucessfull .title-usucessfull b
{
    font-size: 36px;
    line-height: 1;

    display: block;
}
@media (max-width: 767px)
{
    .fixed-usucessfull .usucessfull .title-usucessfull b
    {
        font-size: 24px;
    }
}
.fixed-usucessfull .usucessfull .text
{
    margin-top: 10px;
}
.fixed-usucessfull .usucessfull .text p
{
    font-size: 16px;
    line-height: 2;

    margin: 0;

    color: #666;
}
.inner-unmanned .unmannedtext p
{
    font-size: 16px;
    line-height: 2;

    margin: 0;

    color: #666;
}
.inner-unmanned .unmanned
{
    margin-top: 20px;
}
.inner-unmanned .unmanned ul
{
    font-size: 0;
}
.inner-unmanned .unmanned ul li
{
    border: 1px solid #dcdcdc;
    border-bottom: none;
}
.inner-unmanned .unmanned ul li:nth-child(7) .tt1 p
{
    padding: 22px 10px;
}
.inner-unmanned .unmanned ul li:nth-child(8)
{
    border-bottom: 1px solid #dcdcdc;
}
.inner-unmanned .unmanned ul li:nth-child(9),
.inner-unmanned .unmanned ul li:nth-child(10)
{
    border: none;
}
.inner-unmanned .unmanned ul li:nth-child(9)
{
    padding: 10px 0;
}
.inner-unmanned .unmanned ul li:nth-child(9) h5
{
    font-size: 14px;
    line-height: 2;

    color: #666;
}
.inner-unmanned .unmanned ul li:nth-child(10)
{
    text-align: center;
}
@media (max-width: 991px)
{
    .inner-unmanned .unmanned ul li:nth-child(2) .tt1,
    .inner-unmanned .unmanned ul li:nth-child(4) .tt1,
    .inner-unmanned .unmanned ul li:nth-child(2) .tt2,
    .inner-unmanned .unmanned ul li:nth-child(4) .tt2
    {
        border-bottom: 1px solid #dcdcdc;
    }
}
@media (max-width: 991px)
{
    .inner-unmanned .unmanned ul li:nth-child(3)
    {
        border-top: none;
    }
}
@media (max-width: 991px)
{
    .inner-unmanned .unmanned ul li:nth-child(4) .tt1
    {
        width: 100%;

        border-right: none;
    }
    .inner-unmanned .unmanned ul li:nth-child(4) .tt3
    {
        width: 100%;
    }
}
@media (max-width: 991px)
{
    .inner-unmanned .unmanned ul li:nth-child(5) .tt1
    {
        width: 100%;

        border-right: none;
        border-bottom: 1px solid #dcdcdc;
    }
    .inner-unmanned .unmanned ul li:nth-child(5) .tt4
    {
        width: 100%;
    }
}
@media (max-width: 991px)
{
    .inner-unmanned .unmanned ul li:nth-child(6) .tt1
    {
        width: 100%;

        border-right: none;
        border-bottom: 1px solid #dcdcdc;
    }
    .inner-unmanned .unmanned ul li:nth-child(6) .tt5
    {
        width: 100%;
    }
}
@media (max-width: 991px)
{
    .inner-unmanned .unmanned ul li:nth-child(7) .tt1
    {
        width: 100%;

        border-right: none;
        border-bottom: 1px solid #dcdcdc;
    }
    .inner-unmanned .unmanned ul li:nth-child(7) .tt6
    {
        width: 100%;
    }
}
@media (max-width: 991px)
{
    .inner-unmanned .unmanned ul li:nth-child(8) .tt1
    {
        width: 100%;

        border-right: none;
        border-bottom: 1px solid #dcdcdc;
    }
    .inner-unmanned .unmanned ul li:nth-child(8) .tt7
    {
        width: 100%;
    }
}
.inner-unmanned .unmanned .tt
{
    font-size: 16px;

    display: inline-block;

    vertical-align: middle;
}
@media (max-width: 991px)
{
    .inner-unmanned .unmanned .tt
    {
        font-size: 14px;
    }
}
.inner-unmanned .unmanned b
{
    font-size: 16px;
    line-height: 26px;

    display: block;

    padding: 10px;

    text-align: center;
}
@media (max-width: 991px)
{
    .inner-unmanned .unmanned b
    {
        font-size: 14px;
    }
}
.inner-unmanned .unmanned p
{
    line-height: 26px;

    margin: 0;
    padding: 10px;
}
.inner-unmanned .unmanned .tt1
{
    display: inline-block;

    width: 20%;
    margin-left: -1px;

    text-align: center;
    vertical-align: middle;

    border-right: 1px solid #dcdcdc;
    border-left: 1px solid #dcdcdc;
}
@media (max-width: 991px)
{
    .inner-unmanned .unmanned .tt1
    {
        width: 30%;
    }
}
.inner-unmanned .unmanned .tt2
{
    display: inline-block;

    width: 30%;

    vertical-align: middle;
}
@media (max-width: 991px)
{
    .inner-unmanned .unmanned .tt2
    {
        width: 70%;
    }
}
.inner-unmanned .unmanned .tt3,
.inner-unmanned .unmanned .tt4,
.inner-unmanned .unmanned .tt5,
.inner-unmanned .unmanned .tt6,
.inner-unmanned .unmanned .tt7,
.inner-unmanned .unmanned .tt8
{
    display: inline-block;

    width: 80%;

    vertical-align: middle;
}
.inner-unmanned .unmanned .tt4
{
    padding: 6px 20px;
}
.inner-unmanned .unmanned .tt4 .input-parent
{
    font-size: 14px;
    line-height: 34px;

    position: relative;

    display: inline-block;

    width: 100%;
    max-width: 170px;
    height: 34px;

    vertical-align: bottom;

    border: 1px solid #eee;
}
@media (max-width: 991px)
{
    .inner-unmanned .unmanned .tt4 .input-parent
    {
        max-width: 100%;
        margin: 6px 0;
        margin-left: 0;
    }
}
.inner-unmanned .unmanned .tt4 .input-parent input
{
    height: 32px;
    padding: 0 10px;

    background: url(../images/date.jpg) no-repeat right top !important;
}
.inner-unmanned .unmanned .tt4 h4
{
    font-size: 20px;
    line-height: 34px;

    display: inline-block;

    margin: 0 10px;

    vertical-align: middle;

    color: #999;
}
.inner-unmanned .unmanned .tt4 .beatpicker-clear
{
    display: none;
}
.inner-unmanned .unmanned .tt4 span
{
    font-size: 14px;

    display: inline-block;

    vertical-align: bottom;

    color: #bbb;
}
.inner-unmanned .unmanned input
{
    font-size: 16px;
    line-height: 26px;

    width: 100%;
    height: 46px;
    padding: 10px;
}
@media (max-width: 991px)
{
    .inner-unmanned .unmanned input
    {
        font-size: 14px;
    }
}
.inner-unmanned .unmanned .submit
{
    font-size: 16px;
    line-height: 54px;

    padding: 0 50px;

    -webkit-transition: all .2s;
            transition: all .2s;

    color: #fff;
    border-radius: 0;
    outline: none;
    background-color: #274ea7;
    box-shadow: none;
}
.inner-unmanned .unmanned .submit:hover
{
    background-color: #0a3598;
}
.inner-unmanned .unmanned .js-check
{
    font-size: 16px;
    font-size: 0;
    line-height: 26px;

    display: table;
    overflow: hidden;

    width: 100%;

    text-align: center;
}
.inner-unmanned .unmanned .js-check i
{
    display: inline-block;

    margin: 0 10px;

    vertical-align: middle;
}
.inner-unmanned .unmanned .js-check label
{
    font-size: 16px;
    font-weight: normal;

    position: relative;

    display: table-cell;

    width: 25%;
    padding: 10px 0;

    cursor: pointer;
    vertical-align: middle;

    border-right: 1px solid #dcdcdc;
}
@media (max-width: 991px)
{
    .inner-unmanned .unmanned .js-check label
    {
        font-size: 14px;
    }
}
.inner-unmanned .unmanned .js-check label input
{
    width: auto;

    cursor: pointer;
}
.inner-unmanned .unmanned .js-check label:last-child
{
    border-right: none;
}
.inner-unmanned .unmanned .js-check label:last-child:before
{
    display: none;
}
.inner-unmanned .unmanned .js-check label:last-child input[type=text]
{
    line-height: 20px;

    display: inline-block;

    width: 30px;
    height: 20px;
    margin-left: 4px;
    padding: 0;

    vertical-align: middle;

    border-bottom: 1px solid #333;
    background: none;
}
.inner-unmanned .unmanned .js-check label i
{
    position: relative;

    display: inline-block;

    width: 18px;
    height: 18px;
    margin-top: -10px;

    vertical-align: middle;
}
.inner-unmanned .unmanned .js-check label i:before
{
    position: relative;

    display: inline-block;

    width: 18px;
    height: 18px;

    content: '';
    cursor: pointer;
    vertical-align: middle;

    border: 1px solid #e5e5e5;
}
.inner-unmanned .unmanned .js-check label.checked i:before
{
    background-color: #274ea7;
}
.inner-unmanned .unmanned .js-check label.checked i:after
{
    font-family: 'iconfont' !important;
    font-size: 24px;
    line-height: 1;

    position: absolute;
    bottom: -5px;
    left: 0;

    content: '\e77f';
    text-align: center;

    color: #f38e47;
}
.inner-unmanned .unmanned .js-check input[type=radio],
.inner-unmanned .unmanned .js-check input[type=checkbox]
{
    width: 4px;
    height: 4px;
    min-height: auto;
    margin: 0 0 0 0;

    opacity: 0;
    border: 1px solid #cfcfcf;
    border-radius: 50%;
    background: #fff;
}
.inner-unmanned .unmanned .js-check1 label.checked
{
    color: #fff;
    background-color: #274ea7;
}
.inner-unmanned .unmanned .js-check1 label.checked input[type=text]
{
    border-bottom: 1px solid #fff;
}
.inner-unmanned .unmanned .js-check1 label.checked b
{
    display: block;
}
.inner-unmanned .unmanned .js-check1 label b
{
    font-weight: normal;

    display: none;
}
.inner-unmanned .unmanned .js-check1 label:hover b
{
    display: block;
}
.inner-agent .title-agent
{
    text-align: center;
}
.inner-agent .title-agent b
{
    font-size: 24px;

    display: block;
}
.inner-agent .agent
{
    margin-top: 30px;
}
@media (max-width: 991px)
{
    .inner-agent .agent table
    {
        display: block;

        width: 100%;

        border-bottom: 1px solid #dcdcdc;
    }
}
.inner-agent .agent table td
{
    font-size: 16px;
    line-height: 2;

    width: 16.66666667%;

    text-align: center;

    border: 1px solid #dcdcdc;
}
@media (max-width: 991px)
{
    .inner-agent .agent table td
    {
        font-size: 14px;

        display: block;

        width: 100%;

        border-bottom: none;
    }
}
.inner-agent .agent table td p
{
    margin: 0;
    padding: 10px;
}
.inner-agent .agent table td b
{
    display: block;

    padding: 10px;
}
@media (max-width: 991px)
{
    .inner-agent .agent table td b
    {
        font-size: 15px;
    }
}
.inner-agent .agent table td h3
{
    font-size: 16px;
    font-weight: bold;

    margin: 0;
    padding: 30px 0;
}
@media (max-width: 991px)
{
    .inner-agent .agent table td h3
    {
        font-size: 15px;
    }
}
.inner-agent .agent input
{
    font-size: 16px;
    line-height: 2;

    width: 100%;
    padding: 0 10px;
}
@media (max-width: 991px)
{
    .inner-agent .agent input
    {
        padding: 10px;
    }
}
.inner-agent .agent .js-check
{
    font-size: 14px;
    font-size: 16px;
    line-height: 50px;

    display: block;
    overflow: hidden;

    padding: 0 20px;

    text-align: left;
    vertical-align: middle;

    color: #7a7777;
}
@media (max-width: 991px)
{
    .inner-agent .agent .js-check
    {
        font-size: 15px;
    }
}
.inner-agent .agent .js-check i
{
    display: inline-block;

    margin: 0 10px;

    vertical-align: middle;
}
.inner-agent .agent .js-check label
{
    font-weight: normal;

    position: relative;

    display: inline-block;

    min-width: 180px;
    margin: 0;

    cursor: pointer;
    vertical-align: top;
}
@media (max-width: 991px)
{
    .inner-agent .agent .js-check label
    {
        min-width: 100px;
    }
}
.inner-agent .agent .js-check label input
{
    width: auto;
    margin-right: 0;

    cursor: pointer;
}
.inner-agent .agent .js-check label:after
{
    position: relative;
    position: absolute;
    z-index: 2;
    top: 16px;
    left: 0;

    display: inline-block;
    float: left;
    overflow: hidden;

    width: 18px;
    height: 18px;

    content: '';
    cursor: pointer;

    border: 1px solid #e5e5e5;
}
.inner-agent .agent .js-check label i
{
    position: absolute;
    z-index: 1;
    top: 16px;
    left: -10px;

    display: inline-block;

    width: 18px;
    height: 18px;

    opacity: 0;
    background-color: #fff;
}
.inner-agent .agent .js-check label i:after
{
    font-family: 'iconfont' !important;
    font-size: 24px;
    line-height: 1;

    position: absolute;
    bottom: 0;
    left: 0;

    content: '\e77f';
    text-align: center;

    color: #f38e47;
}
.inner-agent .agent .js-check label.checked i
{
    z-index: 3;

    opacity: 1;
    background-color: #274ea7;
}
.inner-agent .agent .js-check input[type=radio]
{
    width: 24px;
    height: 18px;
    min-height: auto;
    margin: 0 0 0 0;

    opacity: 0;
    border: 1px solid #cfcfcf;
    background: #fff;
}
.inner-agent .agent .js-check1 label
{
    min-width: 110px;
}
.inner-agent .agent .js-check2
{
    font-size: 16px;
    font-size: 0;
    line-height: 26px;

    display: table;
    overflow: hidden;

    width: 100%;

    text-align: center;
}
@media (max-width: 991px)
{
    .inner-agent .agent .js-check2
    {
        display: block;
    }
}
.inner-agent .agent .js-check2 i
{
    display: inline-block;

    margin-right: 4px;

    vertical-align: middle;
}
.inner-agent .agent .js-check2 label
{
    font-size: 16px;
    font-weight: normal;

    position: relative;

    display: table-cell;

    width: 11.11111111%;
    padding: 10px 10px;

    cursor: pointer;
    text-align: left;
    vertical-align: middle;

    border-right: 1px solid #dcdcdc;
}
@media (max-width: 991px)
{
    .inner-agent .agent .js-check2 label
    {
        font-size: 14px;

        display: block;

        width: 100%;

        border: none;
        border-bottom: 1px solid #dcdcdc;
    }
}
.inner-agent .agent .js-check2 label input
{
    width: auto;

    cursor: pointer;
}
.inner-agent .agent .js-check2 label:last-child
{
    border-right: none;
}
.inner-agent .agent .js-check2 label h4
{
    font-size: 14px;
    line-height: 1.71428571;

    margin: 0;
}
.inner-agent .agent .js-check2 label i
{
    position: relative;

    display: inline-block;

    width: 18px;
    height: 18px;
    margin-top: -10px;

    vertical-align: middle;
}
.inner-agent .agent .js-check2 label i:before
{
    position: relative;

    display: inline-block;

    width: 18px;
    height: 18px;

    content: '';
    cursor: pointer;
    vertical-align: middle;

    border: 1px solid #e5e5e5;
}
.inner-agent .agent .js-check2 label.checked
{
    color: #fff;
    background-color: #274ea7;
}
.inner-agent .agent .js-check2 label.checked input[type=text]
{
    border-bottom: 1px solid #fff;
}
.inner-agent .agent .js-check2 label.checked i:after
{
    font-family: 'iconfont' !important;
    font-size: 24px;
    line-height: 1;

    position: absolute;
    bottom: -5px;
    left: 0;

    content: '\e77f';
    text-align: center;

    color: #f38e47;
}
.inner-agent .agent .js-check2 label.checked
{
    color: #fff;
    background-color: #274ea7;
}
.inner-agent .agent .js-check2 label.checked input[type=text]
{
    border-bottom: 1px solid #fff;
}
.inner-agent .agent .js-check2 label.checked h4
{
    display: block;
}
.inner-agent .agent .js-check2 label h4
{
    font-weight: normal;

    display: none;
}
.inner-agent .agent .js-check2 label:hover h4
{
    display: block;
}
.inner-agent .agent .js-check2 input[type=radio],
.inner-agent .agent .js-check2 input[type=checkbox]
{
    width: 0;
    height: 4px;
    min-height: auto;
    margin: 0 0 0 0;

    opacity: 0;
    border: 1px solid #cfcfcf;
    border-radius: 50%;
    background: #fff;
}
.inner-agent .agent #drop_area
{
    width: 100% !important;

    border: none !important;
}
.inner-agent .agent #drop_area img
{
    display: block;

    max-width: 300px;
    margin: 0 auto;
}
.inner-agent .agent h5
{
    font-size: 14px;

    margin: 20px 0;

    color: #666;
}
.inner-agent .agent .send
{
    text-align: center;
}
.inner-agent .agent .submit
{
    font-size: 16px;
    line-height: 54px;

    display: inline-block;

    padding: 0 50px;

    -webkit-transition: all .2s;
            transition: all .2s;

    color: #fff;
    border-radius: 0;
    outline: none;
    background-color: #274ea7;
    box-shadow: none;
}
.inner-agent .agent .submit:hover
{
    background-color: #0a3598;
}
.inner-contact .contact
{
    position: relative;
}
.inner-contact .contact .text
{
    width: 30%;
    padding: 20px;

    border-top: 8px solid #274ea7;
    background-color: #ededed;
}
@media (max-width: 1500px)
{
    .inner-contact .contact .text
    {
        width: 34%;
    }
}
@media (max-width: 1350px)
{
    .inner-contact .contact .text
    {
        width: 40%;
    }
}
@media (max-width: 991px)
{
    .inner-contact .contact .text
    {
        width: 100%;
    }
}
.inner-contact .contact .text b
{
    font-size: 18px;
    font-weight: normal;
    line-height: 40px;

    display: block;

    border-bottom: 1px dashed #333;
}
.inner-contact .contact .text p
{
    font-size: 14px;
    line-height: 32px;

    margin: 0;
}
.inner-contact .contact .text .note
{
    position: relative;

    padding: 0 0 20px 0;
    padding-right: 130px;
}
@media (max-width: 375px)
{
    .inner-contact .contact .text .note
    {
        padding-right: 100px;
    }
}
.inner-contact .contact .text .note .right
{
    position: absolute;
    top: 10px;
    right: 10px;

    width: 116px;

    text-align: center;
}
@media (max-width: 375px)
{
    .inner-contact .contact .text .note .right
    {
        right: 0;

        width: 90px;
    }
    .inner-contact .contact .text .note .right p
    {
        font-size: 12px;
        line-height: 1.4;
    }
}
.inner-contact .contact .text .note .right img
{
    max-width: 100%;
}
.inner-contact .contact .text .tel1
{
    padding: 20px 0;

    border-top: 1px dashed #333;
    border-bottom: 1px dashed #333;
}
.inner-contact .contact .text .tel1 p
{
    font-size: 33px;
    line-height: 50px;

    margin: 0;

    color: #274ea7;
}
@media (max-width: 1500px)
{
    .inner-contact .contact .text .tel p
    {
        font-size: 26px;
    }
}
.inner-contact .contact .text .tel p:before
{
    font-family: 'iconfont' !important;
    font-size: 50px;

    float: left;

    margin-right: 4px;

    content: '\e641';
}
.inner-contact .contact .map
{
    position: absolute;
    top: 0;
    right: 0;

    width: 70%;
    height: 100%;
}
@media (max-width: 1500px)
{
    .inner-contact .contact .map
    {
        width: 66%;
    }
}
@media (max-width: 1350px)
{
    .inner-contact .contact .map
    {
        width: 60%;
    }
}
@media (max-width: 991px)
{
    .inner-contact .contact .map
    {
        position: relative;

        width: 100%;
        height: 350px;
    }
}
/**
 * page
 */
.page
{
    clear: both;
    overflow: hidden;

    margin-top: 50px;

    text-align: center;
}
.page a
{
    font-size: 18px;
    line-height: 46px;

    display: inline-block;
    overflow: hidden;

    width: 46px;
    height: 46px;
    margin: 0 8px;

    -webkit-transition: all .2s linear;
            transition: all .2s linear;
    text-align: center;

    color: #999;
    border: 1px solid #e6e6e6;
    border-radius: 50%;
}
@media (max-width: 991px)
{
    .page a
    {
        margin: 0 6px;
    }
}
.page a.omit:hover
{
    color: #333;
    background-color: #eee;
}
.page a.prev
{
    font-size: 14px;
}
.page a.prev:after
{
    font-family: 'iconfont' !important;

    content: '\e601';
}
.page a.next
{
    font-size: 14px;
}
.page a.next:before
{
    font-family: 'iconfont' !important;

    content: '\e827';
}
.page a.active,
.page a:hover
{
    color: #fff;
    border-color: #274ea7;
    background-color: #274ea7;
}
.page a.prev:hover,
.page a.next:hover
{
    color: #274ea7;
    border-color: #274ea7;
    background-color: #fff;
}
@media (max-width: 767px)
{
    .page a
    {
        line-height: 34px;

        width: 34px;
        height: 34px;
    }
}
.bdshare_popup_box
{
    right: 0 !important;
    left: auto !important;

    display: none !important;
}
.table-box
{
    /* overflow: auto; */

    width: 100%;
    max-width: 100%;
}
.BMapLabel
{
    padding: 0 !important;

    border: none !important;
    background: none !important;
}
.inner-software .soft-link
{
    display: inline-block;

    margin-top: 30px;

    text-align: center;
}
.inner-software .soft-link img
{
    max-width: 200px;
}
.inner-software .soft-link p
{
    margin: 10px 0 0 0;

    color: #666;
}
.beatpicker li.cell
{
    width: 12%;
}
@media(max-width: 991px){
    .inner-solution .title-solution,
    .inner-solution .solution{
        position: relative;
        z-index: 2;
    }
}



.inner-news .news .item .note i.more{
    font-style: normal;
}

.inner-news .news .item .note i.more::before{
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 0;
    height: 0;
    border-style: solid;font-style: normal;
    border-width: 4px 0 4px 4px;
    border-color: transparent transparent transparent #333333;
    margin-right: 10px;

}



.inner-software .softwarelist .text .pic .link a{
    display: inline-block;
    padding: 0 40px;
    line-height: 40px;
    height: 40px;
    background-color: #274ea7;
    color:  #ffffff;
    border-radius: 30px;
    font-size: 16px;
    margin-top: 30px;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -ms-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
}

.inner-software .softwarelist .text .pic .link a:hover{
    background-color: #092a75;
}


.inner-solution-show .solution-show .solution-sort li a:before{
    display: none;
}

.inner-solution-show .solution-show .solution-sort li a .icon{
    display: block;
    width: 50px;
    height: 50px;
    margin: 0 auto;
}

.inner-solution-show .solution-show .solution-sort li a .icon img{
    display: block;
}

.inner-solution-show .solution-show .solution-sort li a .icon-hover{
    margin-top: -50px;
    opacity: 0;
}
.inner-solution-show .solution-show .solution-sort li.active a .icon-now{
        opacity: 0;
    }
.inner-solution-show .solution-show .solution-sort li.active a .icon-hover{
        opacity: 1;
}


.beer-slider .gz-bg{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	background: rgba(0, 0, 0, 0);
	-webkit-transition: all .4s;
	        transition: all .4s;
			content: "";
}

.beer-range:hover~.beer-handle {
    background: rgba(255, 255, 255, .85);
    box-shadow: 0 0 3px rgba(0, 0, 0, .4);
}


.gz-p1{
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 9;
	width: 100px;
	height: 30px;
}
.gz-p2{
	position: absolute;
	right: 0;
	bottom: 0;
	z-index: 9;
	width: 100px;
	height: 30px;
}

/*图标*/
.inner-product-show .gdproduct-show-parttwo .list .item:before{
	display: none;
}

.inner-product-show .gdproduct-show-parttwo .list .item .gz-before{
	line-height: 130px;
	display: block;
	width: 130px;
	height: 130px;
	margin: 0 auto;
	color: #acacac;
	border-radius: 50%;
	background: url(../images/p_bg.png) no-repeat center;
	background-size: cover;
}
.inner-product-show .gdproduct-show-parttwo .list .item:hover .gz-before{
	-webkit-animation: flipInY 1s 0s ease both;
	animation: flipInY 1s 0s ease both;
}




.inner-product-show .ggpproduct-show-partone .list .item:before{
	display: none;
}
.inner-product-show .ggpproduct-show-partone .list .item .gz-before{
	font-size: 44px;
	line-height: 108px;
	display: block;
	width: 108px;
	height: 108px;
	margin: 0 auto;
	color: #acacac;
	border: 1px solid #acacac;
	border-radius: 50%;
}
.inner-product-show .ggpproduct-show-partone .list .item .gz-before img{
	vertical-align: middle;
	padding-bottom: 12px;
}
.inner-product-show .ggpproduct-show-partone .list .item:hover .gz-before{
	-webkit-animation: flipInY 1s 0s ease both;
	animation: flipInY 1s 0s ease both;
}


.inner-product-show .aqproduct-show-parttwo .list .item:before{
	display: none;
}
.inner-product-show .aqproduct-show-parttwo .list .item .gz-before{
	line-height: 130px;
	display: block;
	width: 130px;
	height: 130px;
	margin: 0 auto;
	color: #acacac;
	border-radius: 50%;
	background: url(../images/p_bg.png) no-repeat center;
	background-size: cover;
}
.inner-product-show .aqproduct-show-parttwo .list .item:hover .gz-before{
	-webkit-animation: flipInY 1s 0s ease both;
	animation: flipInY 1s 0s ease both;
}



.inner-product-show .aqproduct-show-partfive .list .item:before{
	display: none;
}
.inner-product-show .aqproduct-show-partfive .list .item .gz-before{
	font-size: 44px;
	line-height: 108px;
	display: block;
	width: 108px;
	height: 108px;
	margin: 0 auto;
	color: #acacac;
	border: 1px solid #acacac;
	border-radius: 50%;
}
.inner-product-show .aqproduct-show-partfive .list .item .gz-before img{
	vertical-align: middle;
	padding-bottom: 12px;
}
.inner-product-show .aqproduct-show-partfive .list .item:hover .gz-before{
	-webkit-animation: flipInY 1s 0s ease both;
	animation: flipInY 1s 0s ease both;
}



/*新版产品详情*/
.bg-fff{
	background: #fff;
}
.bg-f9{
	background: #f9f9f9;
}
.inner-product-show .product-show-partone{
	padding: 100px 0 50px 0;
}
.inner-product-show .product-show-parttwo {
    padding: 50px 0 60px 0;
}
.inner-product-show .product-show-parttwo .list ul li .item .before{
    position: absolute;
	right: 0;
    top: -20px;
	display: inline-block;
	width: 103px;
	height: 103px;
	border: 1px solid #666;
	border-radius: 100%;
}
.inner-product-show .product-show-parttwo .list ul li .item .before img{
	width: 100%;
}
.inner-product-show .product-show-parttwo .list ul li:nth-child(2n) .item .before{
	right: auto;
	left: 0;
}
.inner-product-show .product-show-parttwo .link a{
	margin-top: 0;
}
.gdproduct-show-img{
	width: 100%;
}
.gdproduct-show-img img{
	width: 100%;
}
.gdproduct-show-img .w-1440 img{
	border-radius: 10px;
}
.inner-product-show .product-show-partthree .list ul li .pic img{
	width: 100%;
	margin-left: 0;
}

.inner-product-show .aqproduct-show-partfive .list .item .before img{
	display: inline-block;
	border: 1px dashed #999;
	border-radius: 100%;
}
.inner-product-show .aqproduct-show-partfive .list .item:hover .before img{
	-webkit-animation: flipInY 1s 0s ease both;
	animation: flipInY 1s 0s ease both;
}
.inner-product-show .product-show-partfour .list .item .before{
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 80px;
	height: 80px;
}

.w-1440{
	width: 1440px;
	margin: 0 auto;
}

.product-show-contrast{
	width: 100%;
	padding: 85px 0 100px 0;
	text-align: center;
}
.g-contrast-h1{
	width: 100%;
	font-size: 28px;
	line-height: 28px;
	font-weight: bold;
	color: #333;
}
.product-show-contrast .g-contrast-text{
	width: 100%;
	margin-top: 20px;
	font-size: 18px;
	line-height: 30px;
	color: #666;
}

.pro-con-bg{
	width: 100%;
	position: relative;
	overflow: hidden;
	margin-top: 56px;
}
.gz-bg{
	display: none;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	background: rgba(0, 0, 0, 0.3);
	-webkit-transition: all .4s;
	        transition: all .4s;
			content: "";
	z-index: 999999;		
}
.pro-con-bg:hover .gz-bg{
	display: block;
}
.beer-slider{
	position: relative;
	z-index: 999999;
}


.beer-slider:hover .gz-bg{
	display: block;
}
.beer-range:hover~.beer-handle {
    background: rgba(255, 255, 255, .85);
    box-shadow: 0 0 3px rgba(0, 0, 0, .4);
}


.beer-handle{
	width: 62px;
	height: 62px;
	background: none;
	border: 3px solid #fff;
	z-index: 99999999;
}

.beer-handle:before{
	border-top: solid 0px;
	border-left: solid 0px;
	width:0;
	height:0;
	margin-top: -10px;
	left: 10px;
	border-top:10px solid transparent;
	border-bottom:10px solid transparent;
	border-right:10px solid #fff;
	transform: rotate(-0deg);
	box-shadow: 0 0 0px rgba(0, 0, 0, 0);
}
.beer-handle:after {
	border-top: solid 0px;
	border-left: solid 0px;
	width:0;
	height:0;
	margin-top: -10px;
	left: -auto;
	right: 10px;
	border-top:10px solid transparent;
	border-bottom:10px solid transparent;
	border-left:10px solid #fff;
	transform: rotate(-0deg);
	box-shadow: 0 0 0px rgba(0, 0, 0, 0);
}
.beer-range:hover~.beer-handle {
	background: rgba(255, 255, 255, 0);
	box-shadow: 0 0 3px rgba(0, 0, 0, .4);
}

.beer-slider[data-beer-label]:after, 
.beer-reveal[data-beer-label]:after {
	font-family: arial;
    content: attr(data-beer-label);
    position: absolute;
    bottom: 0rem;
	width: 154px;
    line-height: 46px;
    padding: 0 2rem;
    border-radius: .125rem;
    background: #284caa;
    font-size: 20px;
    color: #fff;
}
.beer-slider[data-beer-label]:after{
	content: "NDVI";
} 
.beer-reveal[data-beer-label]:after{
	content: "RGB";
} 


.beer-slider[data-beer-label]:before,
.beer-reveal[data-beer-label]:before {
	position: absolute;
	right: 18px;
	top: 50%;
	margin-top: -23px;
	height: 46px;
	line-height: 46px;
	width: 104px;
	border-radius: 4px;
	color: #fff;
	background: rgba(255,255,255,0.2);
	content: "After";
}
.beer-reveal[data-beer-label]:before{
	left: 18px;
	content: "Before";
}

.g-pro-img-1{
	width: 100%;
	padding: 30px 0 74px 0;
	text-align: center;
}
.g-pro-img-2{
	width: 100%;
	padding: 0 60px;
	margin-top: 56px;
	
}
.g-pro-img-2 img{
	max-width: 100%;
	border-radius: 15px;
}
.g-pro-img-2 .slick-arrow{
	position: absolute;
	top: 50%;
	right: 0;
	width: 50px;
	height: 50px;
	background: #cdcdcd url(../images/g-product-right-1.png) center no-repeat;
	border-radius: 100%;
}
.g-pro-img-2 .slick-arrow:hover{
	background: #2a51a8 url(../images/g-product-right-1.png) center no-repeat;
}
.g-pro-img-2 .slick-arrow.slick-prev {
	right: auto;
	left: 0;
	background: #cdcdcd url(../images/g-product-left-1.png) center no-repeat;
}
.g-pro-img-2 .slick-arrow.slick-prev:hover {
	background: #2a51a8 url(../images/g-product-left-1.png) center no-repeat;
}

.g-pro-img-2 .slick-dots button{
	display: none;
}
.g-pro-img-2 .slick-dots{
	width: 100%;
	text-align: center;
}
.g-pro-img-2 .slick-dots li{
	display: inline-block;
	background: #ddd;
	width: 8px;
	height: 8px;
	margin: 0 3px;
	border-radius: 100%;
}
.g-pro-img-2 .slick-dots li.slick-active{
	background: #274ea7;
}

.pro-con-pic{
	width: 100%;
	padding-bottom: 117px;
}
.g-pro-img-3{
	width: 100%;
	margin-top: 86px;
}

.i-product-top_hd {
	width: 100%;
	margin-top: 40px;
	text-align: center;

}

.i-product-top_hd ul {
	display: inline-block;
}

.i-product-top_hd ul li {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	text-align: left;
	color: #333;
	font-size: 16px;
	background: url("../assets/images/case-bg-2.jpg") right center no-repeat;
	cursor: pointer;
	position: relative;
}

.i-product-top_hd ul li:before {
	position: absolute;
	right: 0;
	top: 50%;
	width: 1px;
	height: 18px;
	color: #c5c5c5;
	margin-top: -9px;
}

.i-product-top_hd ul li:last-child:before {
	display: none;
}



.i-product .i-product-parBd {
	width: 100%;
	position: relative;
	z-index: 1;
	margin-top: 70px;
}

.i-product-slideBox {
	width: 100%;

	opacity: 0;
	filter: alpha(opacity=00);
	position: absolute;
}

.i-product-slideBox.block {
	left: 0;
	top: 0;
	position: relative;
	z-index: 9;
	opacity: 1;
	filter: alpha(opacity=100);
}




.g-pro-img-3 ul{
	width: 100%;
	text-align: center;
}
.g-pro-img-3 ul li{
	float: none;
	display: inline-block;
	width: 25%;
	position: relative;
	padding-left: 76px;
}
.g-pro-img-3 ul li:nth-child(4n){
	width: 24%;
}
.g-pro-img-3 ul li .g-pro-img-3-img{
	float: left;
	position: absolute;
	left: 0;
	top: 0;
	width: 76px;
	height: 76px;
	background: #aaa;
	border-radius: 100%;
}
.g-pro-img-3 ul li .g-pro-img-3-img img{
	width: 100%;
}
.g-pro-img-3 ul li .g-pro-img-3-p{
	float: left;
	padding-top: 4px;
	color: #333;
	padding-left: 20px;
	min-height: 76px;
}
.g-pro-img-3 ul li .g-pro-img-3-p1{
	float: left;
	width: 100%;
	line-height: 36px;
	/* font-size: 28px; */
	font-size: 24px;
}
.g-pro-img-3 ul li .g-pro-img-3-p2{
	float: left;
	width: 100%;
	line-height: 34px;
	font-size: 18px;
}

.i-product-top_hd ul li:hover .g-pro-img-3-img,
.i-product-top_hd ul li.on .g-pro-img-3-img{
	-webkit-transition: all 0.3s ease-out 0s;
		-moz-transition: all 0.3s ease-out 0s; 
		-o-transition: all 0.3s ease-out 0s; 
		transition: all 0.3s ease-out 0s;
	background: #2a51a8;
}
.i-product-top_hd ul li:hover .g-pro-img-3-p,
.i-product-top_hd ul li.on .g-pro-img-3-p{
	-webkit-transition: all 0.3s ease-out 0s;
		-moz-transition: all 0.3s ease-out 0s; 
		-o-transition: all 0.3s ease-out 0s; 
		transition: all 0.3s ease-out 0s;
	color: #2a51a8;
}

@media (max-width: 1500px){
	.inner-product-show .product-show-partthree .list ul li:nth-child(2n+1) .text {
		padding: 4% 4% 0 3%;
	}
}
@media (max-width: 1440px){
	.w-1440{
		width: 100%;
		padding: 0 3%;
	}
	.g-contrast-h1{
		font-size: 20px;
	}
	.product-show-contrast .g-contrast-text {
	    margin-top: 14px;
	    font-size: 16px;
	    line-height: 24px;
	}
	.pro-con-bg{
		margin-top: 24px;
	}
	.beer-slider{
		/* margin-top: 24px; */
	}
	.g-pro-img-3 ul li .g-pro-img-3-p1{
		font-size: 22px;
	}
	.g-pro-img-3 ul li .g-pro-img-3-p2{
		font-size: 17px;
	}
}
@media (max-width: 1199px){
	.inner-product-show .product-show-partthree .list ul li:nth-child(2n+1) .text {
		padding: 2% 2% 2% 2%;
	}
	.inner-product-show .product-show-partsix {
	    padding: 20px 0;
	}
	.inner-product-show .aqproduct-show-partfive {
	    padding: 20px 0 0px;
	}
	.g-pro-img-3 ul li{
		width: 49%;
		margin: 20px 0;
	}
	.g-pro-img-3 ul li:nth-child(4n){
		width: 50%;
	}
}
@media (max-width: 991px){
	.pro-con-pic{
		padding-bottom: 50px;
	}
	.inner-product-show .product-show-partone {
		padding: 30px 0 30px 0;
	}
	.inner-product-show .product-show-partone .video {
	    margin-top: 0px;
	}
	.inner-product-show .product-show-parttwo .list ul li{
		margin: 10px 0;
	}
	.inner-product-show .product-show-parttwo .list ul li .item .before{
		top: -20px;
	}
	.product-show-contrast {
	    padding: 45px 0 50px 0;
	}
	.inner-product-show .product-show-partthree .list ul li:nth-child(2n+1) .text {
	    padding: 4% 4% 4% 4%;
	}
	.inner-product-show .product-show-partthree .list ul li:nth-child(2n) .text {
	    padding: 4% 4% 4% 4%;
	}
	.g-pro-img-2 .slick-arrow{
		width: 40px;
		height: 40px;
		margin-top: -20px;
		background-size: 36px 36px!important;
	}
	.inner-product-show .aqproduct-show-partfive .list ul li{
		width: 50%;
	}
	.g-pro-img-1 {
	    padding: 30px 0 0px 0;
	}
	.g-pro-img-3 ul li .g-pro-img-3-p1 {
	    font-size: 20px;
	}
	.g-pro-img-3 ul li .g-pro-img-3-p2 {
	    font-size: 18px;
	}
	.inner-product-show .aqproduct-show-partsix {
	    padding: 60px 0 0px 0;
	}
	.inner-product-show .aqproduct-show-partfive .list .item {
	    margin-top: 30px;
	}
}

@media (max-width: 767px){
	.pro-con-pic{
		padding-bottom: 20px;
	}
	.inner-product-show .product-show-partone {
		padding: 15px 0 15px 0;
	}
	.inner-product-show .product-show-parttwo {
	    padding: 20px 0 30px 0;
	}
	.inner-product-show .product-show-parttwo .list ul li .item .before{
		top: auto;
		left: auto;
		right: auto;
		position: inherit;
		
	}
	.inner-product-show .gdproduct-show-parttwo {
	    padding: 30px 0;
	}
	.inner-product-show .gdproduct-show-parttwo .list .item {
	    margin-bottom: 20px;
	}
	.product-show-contrast {
	    padding: 25px 0 20px 0;
	}
	.product-show-contrast .g-contrast-text{
		font-size: 14px;
	}
	.beer-slider[data-beer-label]:after, 
	.beer-reveal[data-beer-label]:after{
		width: auto;
		padding: 0 15px;
		height: 32px;
		line-height: 32px;
		font-size: 16px;
	}
	.beer-handle{
		width: 48px;
		height: 48px;
	}
	.beer-handle:before {
	    margin-top: -6px;
	    left: 8px;
	    border-top: 6px solid transparent;
	    border-bottom: 6px solid transparent;
	    border-right: 6px solid #fff;
	}
	.beer-handle:after {
	    margin-top: -6px;
	    right: 8px;
	    border-top: 6px solid transparent;
	    border-bottom: 6px solid transparent;
	    border-left: 6px solid #fff;
	}
	.beer-slider[data-beer-label]:before, 
	.beer-reveal[data-beer-label]:before{
		    right: 10px;
		    margin-top: -12px;
		    height: 24px;
		    line-height: 24px;
		    width: auto;
			padding: 0 10px;
	}
	.beer-reveal[data-beer-label]:before{
		right: auto;
		left: 10px;
	}
	.inner-product-show .product-show-parttwo .list ul li{
		width: 50%;
	}
	.g-pro-img-2 {
	    padding: 0 24px;
	    margin-top: 20px;
	}
	.g-pro-img-2 .slick-arrow{
		width: 24px;
		height: 24px;
		margin-top: -15px;
		background-size: 24px 24px!important;
	}
	.inner-product-show .aqproduct-show-partfive .list .item {
	    margin-top: 20px;
	}
	.g-pro-img-1 {
	    padding: 15px 0 0px 0;
	}
	.inner-product-show .aqproduct-show-partfive {
	    padding: 10px 0 20px;
	}
	.inner-product-show .product-show-partfour {
	    padding: 20px 0;
	}
	.inner-product-show .product-show-partfive {
	    padding: 20px 0;
	}
	.inner-product-show .product-show-partsix {
	    padding: 20px 0;
	}
	
	.inner-product-show .product-show-parteight {
	    padding: 20px 0;
	}
	.inner-product-show .product-show-parteight .text .note p{
		line-height: 2;
		margin-bottom: 0;
	}
	.inner-product-show .product-show-parteight .pic {
	    margin-top: 0px;
	}
	.inner-product-show .product-show-parteight .pic p span{
		margin-top: 5px;
	}
	.inner-product-show .product-show-partnine {
	    padding: 20px 0;
	}
	.inner-product-show .product-show-partnine .slick-dots li{
		width: 10px;
		height: 10px;
	}
	.inner-product-show .product-show-partnine .slick-dots{
		margin-top: 20px;
	}
	.inner-product-show .aqproduct-show-partsix {
	    padding: 20px 0 0px 0;
	}
	.inner-product-show .aqproduct-show-partfive .list .item p{
		line-height: 24px;
	}
	.inner-product-show .gdproduct-show-parttwo .list .item p{
		line-height: 24px;
	}
	.inner-product-show .product-show-parttwo .list ul li .item p{
		font-size: 14px;
		line-height: 24px;
		margin-top: 10px;
	}
	.inner-product-show .product-show-partthree .list ul li .text p{
		font-size: 14px;
		line-height: 24px;
	}
	.g-pro-img-3{
		margin-top: 10px;
	}
	.g-pro-img-3 ul li{
		width: 49%;
		margin: 10px 0;
		padding-left: 48px;
	}
	.g-pro-img-3 ul li:nth-child(4n){
		width: 49%;
	}
	.g-pro-img-3 ul li .g-pro-img-3-p{
		min-height: 60px;
		padding-top: 0;
		padding-left: 10px;
	}
	.g-pro-img-3 ul li .g-pro-img-3-p1{
		font-size: 16px;
		height: 40px;
		line-height: 20px;
	}
	.g-pro-img-3 ul li .g-pro-img-3-p2{
		font-size: 14px;
		line-height: 20px;
	}
	.g-pro-img-3 ul li .g-pro-img-3-img{
		width: 48px;
		height: 48px;
	}
	.inner-product-show .product-show-parttwo .list ul li .item .before{
		width: 100px;
		height: 100px;
	}
	.inner-product-show .aqproduct-show-partfive .list .item .before img{
		width: 100px;
	}
	.inner-product-show .gdproduct-show-parttwo .list .item .gz-before{
		
	}
}


@font-face
{
    font-family: 'BarlowCondensed-SemiBold';
    src: url('../fonts/BarlowCondensed-SemiBold.ttf');
}

.w-100{
	float: left;
	width: 100%;
}
.tec-sup-1{
	float: left;
	width: 100%;
	padding: 140px 0 116px 0;
}
.ts-title{
	float: left;
	width: 100%;
	text-align: center;
}
.ts-title .ts-title-top{
	float: left;
	width: 100%;
	line-height: 32px;
	font-size: 32px;
	font-size: 32px;
	color: #333;
	font-weight: bold;
}
.ts-title .ts-title-top span{
	color: #274ea7;
}
.ts-title .ts-title-bottom{
	float: left;
	width: 100%;
	margin-top: 20px;
	line-height: 20px;
	font-size: 20px;
	font-size: 20px;
	padding: 0 2%;
	color: #666;
}

.ts-link{
	float: left;
	width: 100%;
	padding: 0 5.1%;
	margin-top: 108px;
}
.ts-link > a{
	float: left;
	width: 28.9%;
	margin-right: 6.65%;
	padding: 66px 0 66px 155px;
	border-radius: 25px;
	background: #efefef;
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s; 
	-o-transition: all 0.3s ease-out 0s; 
	transition: all 0.3s ease-out 0s;
} 
.ts-link > a.a1{
	background: #efefef url(../images/ts-ico-3.png) 40px center no-repeat;
}
.ts-link > a.a1:hover{
	background: #274ea7 url(../images/ts-ico-3-on.png) 40px center no-repeat;
}
.ts-link > a.a2{
	background: #efefef url(../images/ts-ico-4.png) 40px center no-repeat;
}
.ts-link > a.a2:hover{
	background: #274ea7 url(../images/ts-ico-4-on.png) 40px center no-repeat;
}
.ts-link > a.a3{
	background: #efefef url(../images/ts-ico-5.png) 40px center no-repeat;
}
.ts-link > a.a3:hover{
	background: #274ea7 url(../images/ts-ico-5-on.png) 40px center no-repeat;
}
.ts-link > a:nth-child(3n){
	margin-right: 0%;
}


.ts-link > a .ts-link-text{
	color: #333;
}
.ts-link > a .ts-link-text .ts-link-c{
	line-height: 40px;
	font-size: 30px;
}
.ts-link > a .ts-link-text .ts-link-e{
	line-height: 28px;
	font-size: 20px;
}
.ts-link > a:hover .ts-link-text{
	color: #fff;
}

.ts-bg-1{
	background: url(../images/ts-bg-1.jpg) no-repeat;
	background-size: cover;
}
.tec-sup-2{
	float: left;
	width: 100%;
	padding: 75px 5.2% 70px 5.2%;
	color: #fff;
}
.tec-sup-2 .tec-sup-2-con{
	float: left;
	width: 100%;
	padding-right: 124px;
	position: relative;
}
.tec-sup-2 .tec-sup-2-con .tec-sup-2-c{
	float: left;
	width: 100%;
	line-height: 30px;
	font-size: 26px;
}
.tec-sup-2 .tec-sup-2-con .tec-sup-2-c img{
	vertical-align: middle;
	padding-bottom: 5px;
	margin-right: 15px;
} 
.tec-sup-2 .tec-sup-2-con .tec-sup-2-e{
	float: left;
	width: 100%;
	line-height: 60px;
	margin-top: 5px;
	font-size: 46px;
}
.tec-sup-2 .tec-sup-2-con .tec-sup-2-left{
	float: left;
	width: 56.7%;
	padding-top: 22px;
	font-family: 'BarlowCondensed-SemiBold';
}
.tec-sup-2 .tec-sup-2-con .tec-sup-2-middle{
	float: left;
	width: 43.3%;
	padding-top: 22px;
	font-family: 'BarlowCondensed-SemiBold';
}
.tec-sup-2 .tec-sup-2-con .tec-sup-2-right{
	position: absolute;
	right: 0;
	top: 0;
	float: left;
	width: 124px;
}
.tec-sup-2 .tec-sup-2-con .tec-sup-2-right img{
	max-width: 100%;
}
@media (max-width: 1440px){
	.ts-link {
	    padding: 0 3%;
	    margin-top: 58px;
	}
	.ts-link > a {
	    float: left;
	    width: 30%;
	    margin-right: 5%;
	}
	.ts-link > a:nth-child(3n){
		margin-right: 0;
	}
	.ts-link > a .ts-link-text .ts-link-c {
	    font-size: 24px;
	}
	.ts-link > a .ts-link-text .ts-link-e {
	    font-size: 18px;
	}
	.tec-sup-2 .tec-sup-2-con .tec-sup-2-c {
	    line-height: 24px;
	    font-size: 20px;
	}
	.tec-sup-2 .tec-sup-2-con .tec-sup-2-e {
	    line-height: 48px;
	    font-size: 36px;
	}
}
@media (max-width: 1199px){
	.ts-title .ts-title-top {
	    line-height: 24px;
	    font-size: 24px;
	}
	.ts-title .ts-title-bottom {
	    margin-top: 10px;
	    line-height: 16px;
	    font-size: 14px;
	}
	.ts-link {
		padding: 0 2%;
	}
	.ts-link > a {
	    width: 32%;
	    margin-right: 2%;
		padding: 36px 0 36px 80px;
		border-radius: 25px;
	}
	.ts-link > a:nth-child(3n){
		margin-right: 0;
	}
	
	
	.ts-link > a.a1{
		background: #efefef url(../images/ts-ico-3.png) 20px center no-repeat;
		background-size: 40px auto;
	}
	.ts-link > a.a1:hover{
		background: #274ea7 url(../images/ts-ico-3-on.png) 20px center no-repeat;
		background-size: 40px auto;
	}
	.ts-link > a.a2{
		background: #efefef url(../images/ts-ico-4.png) 20px center no-repeat;
		background-size: 40px auto;
	}
	.ts-link > a.a2:hover{
		background: #274ea7 url(../images/ts-ico-4-on.png) 20px center no-repeat;
		background-size: 40px auto;
	}
	.ts-link > a.a3{
		background: #efefef url(../images/ts-ico-5.png) 20px center no-repeat;
		background-size: 40px auto;
	}
	.ts-link > a.a3:hover{
		background: #274ea7 url(../images/ts-ico-5-on.png) 20px center no-repeat;
		background-size: 40px auto;
	}
	.ts-link > a .ts-link-text .ts-link-c {
	    line-height: 30px;
	    font-size: 20px;
	}
	.ts-link > a .ts-link-text .ts-link-e {
	    line-height: 24px;
	    font-size: 16px;
	}
}
@media (max-width: 991px){
	.tec-sup-1 {
	    padding: 70px 0 66px 0;
	}
	
	.ts-link > a {
	    padding: 24px 0 24px 60px;
	    border-radius: 18px;
	}
	
	.ts-link > a.a1{
		background: #efefef url(../images/ts-ico-3.png) 12px center no-repeat;
		background-size: 36px auto;
	}
	.ts-link > a.a1:hover{
		background: #274ea7 url(../images/ts-ico-3-on.png) 12px center no-repeat;
		background-size: 36px auto;
	}
	.ts-link > a.a2{
		background: #efefef url(../images/ts-ico-4.png) 12px center no-repeat;
		background-size: 36px auto;
	}
	.ts-link > a.a2:hover{
		background: #274ea7 url(../images/ts-ico-4-on.png) 12px center no-repeat;
		background-size: 36px auto;
	}
	.ts-link > a.a3{
		background: #efefef url(../images/ts-ico-5.png) 12px center no-repeat;
		background-size: 36px auto;
	}
	.ts-link > a.a3:hover{
		background: #274ea7 url(../images/ts-ico-5-on.png) 12px center no-repeat;
		background-size: 36px auto;
	}
	.ts-link > a .ts-link-text .ts-link-c {
	    line-height: 24px;
	    font-size: 18px;
	}
	.ts-link > a .ts-link-text .ts-link-e {
	    line-height: 20px;
	    font-size: 14px;
	}
	.tec-sup-2 .tec-sup-2-con .tec-sup-2-left{
		padding: 11px 0;
	}
	.tec-sup-2 .tec-sup-2-con .tec-sup-2-middle{
		padding: 11px 0;
	}
	.tec-sup-2 {
	    padding: 35px 3% 40px 3%;
	}
	.tec-sup-2 .tec-sup-2-con .tec-sup-2-c {
	    line-height: 20px;
	    font-size: 18px;
	}
	.tec-sup-2 .tec-sup-2-con .tec-sup-2-e {
	    line-height: 32px;
	    font-size: 28px;
		margin-top: 0;
	}
	.tec-sup-2 .tec-sup-2-con .tec-sup-2-c img{
		width: 22px;
	}
	.tec-sup-2 .tec-sup-2-con .tec-sup-2-right{
		width: 80px;
	}
}
@media (max-width: 767px){
	.tec-sup-1 {
	    padding: 30px 0 20px 0;
	}
	.ts-title .ts-title-top {
	    line-height: 18px;
	    font-size: 18px;
	}
	.ts-title .ts-title-bottom {
	    margin-top: 8px;
	}
	.ts-link {
	    padding: 0 0%;
		margin-top: 18px;
	}
	.ts-link > a{
		width: 100%;
		margin-top: 15px;
	}
	.ts-link > a {
	    padding: 34px 0 34px 80px;
	}
	.ts-link > a.a1{
		background: #efefef url(../images/ts-ico-3.png) 18px center no-repeat;
		background-size: 40px auto;
	}
	.ts-link > a.a1:hover{
		background: #274ea7 url(../images/ts-ico-3-on.png) 18px center no-repeat;
		background-size: 40px auto;
	}
	.ts-link > a.a2{
		background: #efefef url(../images/ts-ico-4.png) 18px center no-repeat;
		background-size: 40px auto;
	}
	.ts-link > a.a2:hover{
		background: #274ea7 url(../images/ts-ico-4-on.png) 18px center no-repeat;
		background-size: 40px auto;
	}
	.ts-link > a.a3{
		background: #efefef url(../images/ts-ico-5.png) 18px center no-repeat;
		background-size: 40px auto;
	}
	.ts-link > a.a3:hover{
		background: #274ea7 url(../images/ts-ico-5-on.png) 18px center no-repeat;
		background-size: 40px auto;
	}
	
	.tec-sup-2 {
	    padding: 20px 0% 20px 0%;
	}
	.tec-sup-2 .tec-sup-2-con{
		padding-right: 0;
	}
	.tec-sup-2 .tec-sup-2-con .tec-sup-2-left{
		width: 100%;
		text-align: center;
		padding: 5px 0;
	}
	.tec-sup-2 .tec-sup-2-con .tec-sup-2-middle{
		width: 100%;
		text-align: center;
	}
	.tec-sup-2 .tec-sup-2-con .tec-sup-2-right{
		position: relative;
		left: auto;
		top: auto;
		width: 100%;
		text-align: center;
	}
	.tec-sup-2 .tec-sup-2-con .tec-sup-2-c img{
		margin-right: 5px;
	}
	.tec-sup-2 .tec-sup-2-con .tec-sup-2-e {
	    line-height: 28px;
	    font-size: 24px;
	}
}

.tec-sup-guyGu{
	float: left;
	width: 100%;
	padding-top: 90px;
	margin-top: -60px;
	padding-left: 14.5%;
	padding-right: 1.6%;
}

.tec-sup-guyGu .tec-sup-guyGu-li{
	float: left;
	width: 100%;
	margin-top: 60px;
}
.tec-sup-guyGu .tec-sup-guyGu-li .tec-sup-guyGu-li-t{
	float: left;
	width: 100%;
}
.tec-sup-guyGu .tec-sup-guyGu-li .tec-sup-guyGu-li-t span{
	display: inline-block;
	padding: 0 28px;
	line-height: 54px;
	background: #274ea7;
	font-size: 24px;
	color: #fff;
	font-weight: bold;
}

.tec-sup-guyGu .tec-sup-guyGu-li .tec-sup-guyGu-li-d{
	float: left;
	width: 100%;
	margin-top: 36px;
	
}
.tec-sup-guyGu .tec-sup-guyGu-li .tec-sup-guyGu-li-d .tec-sup-guyGu-li-d-left{
	float: left;
	width: 50%;
	padding-left: 156px;
	position: relative;
}
.tec-sup-guyGu .tec-sup-guyGu-li .tec-sup-guyGu-li-d .tec-sup-guyGu-li-d-left .tec-sup-guyGu-li-ewm{
	position: absolute;
	left: 0;
	top: 0;
	width: 156px;
	height: 156px;
	border: 1px solid #dcdcdc;
	border-radius: 5px;
	overflow: hidden;
}
.tec-sup-guyGu .tec-sup-guyGu-li .tec-sup-guyGu-li-d .tec-sup-guyGu-li-d-left .tec-sup-guyGu-li-ewm img{
	width: 100%;
}
.tec-sup-guyGu .tec-sup-guyGu-li .tec-sup-guyGu-li-d .tec-sup-guyGu-li-d-left .tec-sup-guyGu-li-text{
	float: left;
	width: 100%;
	padding-left: 32px;
	padding-right: 32px;
}
.tec-sup-guyGu .tec-sup-guyGu-li .tec-sup-guyGu-li-d .tec-sup-guyGu-li-d-left .tec-sup-guyGu-li-text .tec-sup-guyGu-li-ewm-p1{
	float: left;
	width: 100%;
	margin-top: 17px;
}
.tec-sup-guyGu .tec-sup-guyGu-li .tec-sup-guyGu-li-d .tec-sup-guyGu-li-d-left .tec-sup-guyGu-li-text .tec-sup-guyGu-li-ewm-p1 span{
	display: inline-block;
	line-height: 33px;
	font-size: 28px;
	font-weight: bold;
	color: #274ea7;
	border-bottom: 2px solid #274ea7;
}
.tec-sup-guyGu .tec-sup-guyGu-li .tec-sup-guyGu-li-d .tec-sup-guyGu-li-d-left .tec-sup-guyGu-li-text .tec-sup-guyGu-li-ewm-con{
	float: left;
	width: 100%;
	margin-top: 15px;
}
.tec-sup-guyGu .tec-sup-guyGu-li .tec-sup-guyGu-li-d .tec-sup-guyGu-li-d-left .tec-sup-guyGu-li-text .tec-sup-guyGu-li-ewm-con .tec-sup-guyGu-li-ewm-lx{
	float: left;
	width: 100%;
	line-height: 40px;
	font-size: 20px;
	color: #333;
}
.tec-sup-guyGu .tec-sup-guyGu-li .tec-sup-guyGu-li-d .tec-sup-guyGu-li-d-left .tec-sup-guyGu-li-text .tec-sup-guyGu-li-ewm-con .tec-sup-guyGu-li-ewm-lx img{
	vertical-align: middle;
	padding-bottom: 5px;
	margin-left: 6px;
	margin-right: 15px;
}
.tec-sup-guyGu .tec-sup-guyGu-li .tec-sup-guyGu-li-d .tec-sup-guyGu-li-d-left .tec-sup-guyGu-li-text .tec-sup-guyGu-li-ewm-con .tec-sup-guyGu-li-ewm-lx span{
	font-size: 26px;
	font-family: arial;
}


@media (max-width: 1440px){
	.tec-sup-guyGu {
		padding-top: 60px;
		margin-top: -40px;
		padding-left: 10%;
		padding-right: 0%;
	}
	.tec-sup-guyGu .tec-sup-guyGu-li .tec-sup-guyGu-li-t span {
	    padding: 0 24px;
	    line-height: 48px;
	    font-size: 20px;
	}
	.tec-sup-guyGu .tec-sup-guyGu-li .tec-sup-guyGu-li-d .tec-sup-guyGu-li-d-left .tec-sup-guyGu-li-text .tec-sup-guyGu-li-ewm-p1 span{
		font-size: 22px;
	}
	.tec-sup-guyGu .tec-sup-guyGu-li .tec-sup-guyGu-li-d .tec-sup-guyGu-li-d-left .tec-sup-guyGu-li-text .tec-sup-guyGu-li-ewm-con .tec-sup-guyGu-li-ewm-lx{
		font-size: 18px;
	}
	.tec-sup-guyGu .tec-sup-guyGu-li .tec-sup-guyGu-li-d .tec-sup-guyGu-li-d-left .tec-sup-guyGu-li-text .tec-sup-guyGu-li-ewm-con .tec-sup-guyGu-li-ewm-lx span {
	    font-size: 20px;
	}
}
@media (max-width: 1199px){
	.tec-sup-guyGu{
		padding-left: 6%;
		margin-top: 0;
		padding-top: 30px;
	}
	.tec-sup-guyGu .tec-sup-guyGu-li .tec-sup-guyGu-li-t span {
	    padding: 0 20px;
	    line-height: 40px;
	    font-size: 18px;
	}
	.tec-sup-guyGu .tec-sup-guyGu-li .tec-sup-guyGu-li-d .tec-sup-guyGu-li-d-left{
		padding-left: 136px;
	}
	.tec-sup-guyGu .tec-sup-guyGu-li .tec-sup-guyGu-li-d .tec-sup-guyGu-li-d-left .tec-sup-guyGu-li-ewm {
	    width: 136px;
	    height: 136px;
	}
	.tec-sup-guyGu .tec-sup-guyGu-li .tec-sup-guyGu-li-d .tec-sup-guyGu-li-d-left .tec-sup-guyGu-li-text {
	    padding-left: 6%;
	    padding-right: 6%;
	}
	.tec-sup-guyGu .tec-sup-guyGu-li .tec-sup-guyGu-li-d .tec-sup-guyGu-li-d-left .tec-sup-guyGu-li-text .tec-sup-guyGu-li-ewm-p1{
		margin-top: 15px;
	}
	.tec-sup-guyGu .tec-sup-guyGu-li .tec-sup-guyGu-li-d .tec-sup-guyGu-li-d-left .tec-sup-guyGu-li-text .tec-sup-guyGu-li-ewm-p1 span {
	    line-height: 28px;
	    font-size: 22px;
	}
	.tec-sup-guyGu .tec-sup-guyGu-li .tec-sup-guyGu-li-d .tec-sup-guyGu-li-d-left .tec-sup-guyGu-li-text .tec-sup-guyGu-li-ewm-con .tec-sup-guyGu-li-ewm-lx{
		line-height: 36px;
		font-size: 16px;
	}
	.tec-sup-guyGu .tec-sup-guyGu-li .tec-sup-guyGu-li-d .tec-sup-guyGu-li-d-left .tec-sup-guyGu-li-text .tec-sup-guyGu-li-ewm-con .tec-sup-guyGu-li-ewm-lx span{
		font-size: 18px;
	}
}
@media (max-width: 991px){
	.tec-sup-guyGu{
		padding-left: 4%;
	}
	.tec-sup-guyGu .tec-sup-guyGu-li{
		margin-top: 40px;
	}
	.tec-sup-guyGu .tec-sup-guyGu-li .tec-sup-guyGu-li-d{
		margin-top: 16px;
	}
}
@media (max-width: 767px){
	
	.tec-sup-guyGu{
		padding-left: 0%;
		padding-top: 15px;
	}
	.tec-sup-guyGu .tec-sup-guyGu-li {
	    margin-top: 15px;
	}
	.tec-sup-guyGu .tec-sup-guyGu-li .tec-sup-guyGu-li-d .tec-sup-guyGu-li-d-left{
		width: 50%;
		padding-left: 0;
	}
	.tec-sup-guyGu .tec-sup-guyGu-li .tec-sup-guyGu-li-d .tec-sup-guyGu-li-d-left .tec-sup-guyGu-li-ewm {
	    position: relative;
	    left: auto;
	    top: auto;
		/* margin: 0 auto; */
		width: 120px;
		height: auto;
	}
	.tec-sup-guyGu .tec-sup-guyGu-li .tec-sup-guyGu-li-d .tec-sup-guyGu-li-d-left .tec-sup-guyGu-li-text {
	    padding-left: 0%;
	    padding-right: 0%;
	}
	.tec-sup-guyGu .tec-sup-guyGu-li .tec-sup-guyGu-li-d .tec-sup-guyGu-li-d-left .tec-sup-guyGu-li-text .tec-sup-guyGu-li-ewm-p1 {
	    margin-top: 5px;
	}
	.tec-sup-guyGu .tec-sup-guyGu-li .tec-sup-guyGu-li-d .tec-sup-guyGu-li-d-left .tec-sup-guyGu-li-text .tec-sup-guyGu-li-ewm-p1 span {
	    line-height: 22px;
	    font-size: 16px;
	}
	.tec-sup-guyGu .tec-sup-guyGu-li .tec-sup-guyGu-li-d .tec-sup-guyGu-li-d-left .tec-sup-guyGu-li-text .tec-sup-guyGu-li-ewm-con{
		margin-top: 5px;
	}
	.tec-sup-guyGu .tec-sup-guyGu-li .tec-sup-guyGu-li-d .tec-sup-guyGu-li-d-left .tec-sup-guyGu-li-text .tec-sup-guyGu-li-ewm-con .tec-sup-guyGu-li-ewm-lx{
		font-size: 14px;
		line-height: 28px;
	}
	.tec-sup-guyGu .tec-sup-guyGu-li .tec-sup-guyGu-li-d .tec-sup-guyGu-li-d-left .tec-sup-guyGu-li-text .tec-sup-guyGu-li-ewm-con .tec-sup-guyGu-li-ewm-lx img{
		width: 18px;
		margin-left: 0;
		margin-right: 4px;
	}
	.tec-sup-guyGu .tec-sup-guyGu-li .tec-sup-guyGu-li-d .tec-sup-guyGu-li-d-left .tec-sup-guyGu-li-text .tec-sup-guyGu-li-ewm-con .tec-sup-guyGu-li-ewm-lx span{
		font-size: 14px;
	}
	.tec-sup-guyGu .tec-sup-guyGu-li .tec-sup-guyGu-li-t span {
	    padding: 0 12px;
	    line-height: 32px;
	    font-size: 16px;
	}
}

/*产品支持*/
.pro-su{
	float: left;
	width: 100%;
	padding: 136px 0 122px 0;
}



.pro-suHd{
	float: left;
	width: 17.1%;
}
.pro-suHd ul{
	float: left;
	width: 100%;
}
.pro-suHd ul .pro-su-imgk{
	width: 68.5%;
	height: 50px;
	line-height: 50px;
	border-radius: 50vh;
	margin-top: 30px;
	background: #535353;
	color: #fff;
	text-align: center;
	font-size: 22px;
	font-weight: bold;
	color: #fff;
	cursor: pointer;
}
.pro-suHd ul .pro-su-imgk.on{
	background: #274ea7;
}


.pro-su-Bd{
	float: left;
	width: 82.9%;
}
.pro-su-Bd .pro-su-slideBox {
	/* opacity: 0;
	filter: alpha(opacity=00); */
	/* position: absolute; */
}
.pro-su-Bd .pro-su-slideBox.block {
	left: 0;
	top: 0;
	position: relative;
	z-index: 9;
	/* opacity: 1;
	filter: alpha(opacity=100); */
}
.pro-su-Bd .pro-su-slideBox > ul{
	float: left;
	width: 100%;
	margin-top: -56px;
}
.pro-su-Bd .pro-su-slideBox > ul > li{
	float: left;
	width: 23.2%;
	margin-right: 2.4%;
	margin-top: 56px;
}
.pro-su-Bd .pro-su-slideBox > ul > li:nth-child(4n){
	margin-right: 0;
}
.pro-su-Bd .pro-su-slideBox > ul > li a{
	display: inline-block;
	border: 1px solid #e5e2e2;
	overflow: hidden;
}
.pro-su-Bd .pro-su-slideBox > ul > li a img{
	max-width: 100%;
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s; 
	-o-transition: all 0.3s ease-out 0s; 
	transition: all 0.3s ease-out 0s;
}
.pro-su-Bd .pro-su-slideBox > ul > li:hover a img{
	-webkit-transform: scale(1.1);
	-mos-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}
.pro-su-Bd .pro-su-slideBox > ul > li p{
	line-height: 36px;
	margin-top: 12px;
	text-align: center;
	font-size: 16px;
	color: #333;
}
@media (max-width: 1199px){
	.pro-suHd{
		width: 100%;
		text-align: center;
	}
	.pro-su-Bd{
		width: 100%;
		margin-top: 30px;
	}
	.pro-suHd ul .pro-su-imgk{
		display: inline-block;
		width: auto;
		margin-top: 0;
		height: 36px;
		line-height: 36px;
		padding: 0 3%;
		margin: 0 1%;
		font-size: 18px;
	}
	.pro-su-Bd .pro-su-slideBox > ul{
		margin-top: 0;
	}
	.pro-su-Bd .pro-su-slideBox > ul > li {
	    margin-top: 20px;
	}
	.pro-su {
	    padding: 76px 0 62px 0;
	}
}

@media (max-width: 991px){
	.pro-su-Bd .pro-su-slideBox > ul > li {
		width: 49%;
		margin-right: 2%;
	}
	.pro-su-Bd .pro-su-slideBox > ul > li:nth-child(2n) {
		margin-right: 0%;
	}
	.pro-su-Bd .pro-su-slideBox > ul > li a{
		width: 100%;
	}
	.pro-su-Bd .pro-su-slideBox > ul > li a img{
		width: 100%;
	}
}
@media (max-width: 767px){
	.pro-su {
		padding: 15px 0 20px 0;
	}
	.pro-suHd ul .pro-su-imgk {
	    height: 30px;
	    line-height: 30px;
	    padding: 0 5%;
	    margin: 0 0%;
	    font-size: 15px;
	}
	.pro-su-Bd{
		margin-top: 10px;
	}
	.pro-su-Bd .pro-su-slideBox > ul > li{
		margin-top: 5px;
	}
	.pro-su-Bd .pro-su-slideBox > ul > li p {
	    line-height: 20px;
	    margin-top: 6px;
	    font-size: 14px;
	}
}

/*售后服务*/
.af-se{
	float: left;
	width: 100%;
	padding: 140px 5.2% 106px 5.2%;
}

.af-se-TP{
	float: left;
	width: 100%;
}
.af-se-TP .af-se-text{
	float: left;
	width: 100%;
	margin-top: 64px;
	line-height: 36px;
	font-size: 18px;
	color: #333;
	padding-bottom: 52px;
}
.af-se-TP .af-se-TextPic{
	float: left;
	width: 100%;
}
.af-se-TP .af-se-TextPic .af-se-TextPic-1{
	float: left;
	width: 30.1%;
	margin-right: 4.85%;
	text-align: center;
}
.af-se-TP .af-se-TextPic .af-se-TextPic-1:nth-child(3n){
	margin-right: 0;
}
.af-se-TP .af-se-TextPic .af-se-TextPic-1 .af-se-pic{
	float: left;
	width: 100%;
}
.af-se-TP .af-se-TextPic .af-se-TextPic-1 .af-se-pic img{
	max-width: 100%;
}
.af-se-TP .af-se-TextPic .af-se-TextPic-1 .af-se-p1{
	float: left;
	width: 100%;
	margin-top: 33px;
	line-height: 40px;
	font-size: 26px;
	color: #333;
}
.af-se-TP .af-se-TextPic .af-se-TextPic-1 .af-se-ph1{
	font-family: 'BarlowCondensed-SemiBold';
	float: left;
	width: 100%;
	margin-top: 7px;
	line-height: 40px;
	font-size: 40px;
	color: #274ea7;
}
@media (max-width: 1199px){
	.af-se {
	    padding: 100px 3% 86px 3%;
	}
	.af-se-TP .af-se-text {
	    margin-top: 48px;
	    line-height: 32px;
	    font-size: 16px;
		padding-bottom: 32px;
	}
	.af-se-TP .af-se-TextPic .af-se-TextPic-1 .af-se-p1 {
	    margin-top: 12px;
	    line-height: 36px;
	    font-size: 20px;
	}
	.af-se-TP .af-se-TextPic .af-se-TextPic-1 .af-se-ph1 {
	    margin-top: 2px;
	    line-height: 30px;
	    font-size: 30px;
	}
}
@media (max-width: 991px){
	.af-se {
	    padding: 60px 3% 46px 3%;
	}
	.af-se-TP .af-se-TextPic .af-se-TextPic-1 .af-se-p1 {
	    margin-top: 8px;
	    line-height: 32px;
	    font-size: 18px;
	}
	.af-se-TP .af-se-TextPic .af-se-TextPic-1 .af-se-ph1 {
	    line-height: 24px;
	    font-size: 24px;
	}
}
@media (max-width: 767px){
	.af-se {
	    padding: 20px 0% 26px 0%;
	}
	.af-se-TP .af-se-TextPic .af-se-TextPic-1{
		width: 100%;
		margin-right: 0;
	}
	.af-se-TP .af-se-text {
	    margin-top: 12px;
	    line-height: 28px;
	    font-size: 14px;
	    padding-bottom: 0px;
	}
	.af-se-TP .af-se-TextPic .af-se-TextPic-1 .af-se-p1 {
	    margin-top: 8px;
	    line-height: 28px;
	    font-size: 16px;
	}
	.af-se-TP .af-se-TextPic .af-se-TextPic-1 .af-se-ph1 {
	    line-height: 20px;
	    font-size: 20px;
		margin-bottom: 12px;
	}
}

/*产品资料下载*/
.bg-f9{
	background: #f9f9f9;
}
.pro-su-title{
	float: left;
	width: 100%;
	line-height: 60px;
	margin-top: 50px;
	padding: 53px 0 60px 0;
	font-size: 40px;
	color: #333;
}
.pro-su-title p{
	float: left;
	max-width: 80%;
	height: 60px;
	margin: 0;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.pro-su-title a{
	float: left;
	height: 60px;
	max-width: 20%;
	color: #274ea7;
	margin-left: 52px;
	overflow: hidden;
}
.pro-su-con{
	float: left;
	width: 100%;
	padding: 78px 0 92px 0;
}
.pro-su-con .pro-su-left{
	float: left;
	width: 43.95%;
	margin-right: 12.1%;
}
.pro-su-con .pro-su-left:nth-child(2n){
	margin-right: 0;
}

.pro-su-con .pro-su-left .pro-su-le-span{
	float: left;
	width: 100%;
}
.pro-su-con .pro-su-left .pro-su-le-span span{
	display: inline-block;
	padding: 0 40px;
	line-height: 50px;
	font-size: 28px;
	border-radius: 25px;
	background: #274ea7;
	color: #fff;
}
.pro-su-con .pro-su-left .pro-su-le-list{
	float: left;
	width: 100%;
}
.pro-su-con .pro-su-left .pro-su-le-list ul{
	float: left;
	width: 100%;
}
.pro-su-con .pro-su-left .pro-su-le-list ul li{
	float: left;
	width: 100%;
	padding: 41px 0 25px 0;
	border-bottom: 1px dashed #dcdcdc;
}
.pro-su-con .pro-su-left .pro-su-le-list ul li .pro-su-le-li-con{
	float: left;
	width: 100%;
	position: relative;
	padding-right: 66px;
}
.pro-su-con .pro-su-left .pro-su-le-list ul li .pro-su-le-li-con .pro-su-le-li-title{
	float: left;
	width: 100%;
	line-height: 30px;
	font-size: 18px;
	color: #333;
}
.pro-su-con .pro-su-left .pro-su-le-list ul li .pro-su-le-li-con .pro-su-le-li-time{
	float: left;
	width: 100%;
	line-height: 26px;
	font-size: 14px;
	color: #999;
}
.pro-su-con .pro-su-left .pro-su-le-list ul li .pro-su-le-li-con .pro-su-le-li-link{
	position: absolute;
	right: 0;
	top: 0;
	width: 66px;
	height: 33px;
	line-height: 31px;
	font-size: 14px;
	text-align: center;
	background: #fafafa;
	color: #666;
	border: 1px solid #e5e5e5;
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s; 
	-o-transition: all 0.3s ease-out 0s; 
	transition: all 0.3s ease-out 0s;
}
.pro-su-con .pro-su-left .pro-su-le-list ul li .pro-su-le-li-con .pro-su-le-li-link:hover{
	background: #274ea7;
	border: 1px solid #274ea7;
	color: #fff;
}

@media (max-width: 1199px){
	.pro-su-title {
	    line-height: 48px;
	    padding: 23px 0 20px 0;
	    font-size: 24px;
	}
	.pro-su-title p{
		height: 48px;
	}
	.pro-su-con {
	    padding: 48px 0 52px 0;
	}
	.pro-su-con .pro-su-left .pro-su-le-span span {
	    padding: 0 6%;
	    line-height: 40px;
	    font-size: 20px;
	    border-radius: 20px;
	}
	.pro-su-con .pro-su-left .pro-su-le-list ul li {
	    padding: 28px 0 18px 0;
	}
	.pro-su-con .pro-su-left {
	    width: 48%;
	    margin-right: 4%;
	}
	.pro-su-con .pro-su-left:nth-child(2n){
		margin-right: 0;
	}
	.pro-su-con .pro-su-left .pro-su-le-list ul li .pro-su-le-li-con .pro-su-le-li-title {
	    line-height: 28px;
	    font-size: 16px;
		padding-right: 3%;
	}
}
@media (max-width: 991px){
	.pro-su-con {
		padding: 28px 0 22px 0;
	}
	.pro-su-con .pro-su-left{
		width: 100%;
		margin-right: 0;
		margin: 20px 0;
	}
}
@media (max-width: 767px){
	.pro-su-con {
	    padding: 10px 0 20px 0;
	}
	.pro-su-title {
	    line-height: 28px;
	    padding: 10px 0 10px 0;
	    font-size: 16px;
		margin-top: 0;
		font-size: 16px;
	}
	.pro-su-title p{
		max-width: 100%;
		width: 100%;
		height: auto;
	}
	.pro-su-title a {
	    height: auto;
	    max-width: none;
	    margin-left: 0px;
	}
	.pro-su-con .pro-su-left {
	    margin: 15px 0;
	}
	.pro-su-con .pro-su-left .pro-su-le-span span {
	    padding: 0 5%;
	    line-height: 32px;
	    font-size: 16px;
	    border-radius: 16px;
	}
	.pro-su-con .pro-su-left .pro-su-le-list ul li {
	    padding: 12px 0 12px 0;
	}
	.pro-su-con .pro-su-left .pro-su-le-list ul li .pro-su-le-li-con .pro-su-le-li-title {
	    line-height: 24px;
	    font-size: 15px;
	}
}
